diff options
Diffstat (limited to 'dev/CompilerKit')
| -rw-r--r-- | dev/CompilerKit/ErrorOr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/CompilerKit/ErrorOr.h b/dev/CompilerKit/ErrorOr.h index b094631..3eebb12 100644 --- a/dev/CompilerKit/ErrorOr.h +++ b/dev/CompilerKit/ErrorOr.h @@ -15,7 +15,7 @@ #include <CompilerKit/Ref.h> namespace CompilerKit { -using ErrorT = UInt32; +using ErrorT = Int32; template <typename T> class ErrorOr final { |
