summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/StringKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompilerKit/StringKit.h')
-rw-r--r--src/CompilerKit/StringKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/StringKit.h b/src/CompilerKit/StringKit.h
index 4f07a07..253c6ce 100644
--- a/src/CompilerKit/StringKit.h
+++ b/src/CompilerKit/StringKit.h
@@ -84,7 +84,7 @@ struct NEStringBuilder final {
static NEString FromInt(const char* fmt, int n);
static NEString FromBool(const char* fmt, bool n);
static NEString Format(const char* fmt, const char* from);
- static Bool Equals(const char* lhs, const char* rhs);
+ static bool Equals(const char* lhs, const char* rhs);
};
using NEStringOr = ErrorOr<NEString>;