diff options
Diffstat (limited to 'src/UniqueString.h')
-rw-r--r-- | src/UniqueString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UniqueString.h b/src/UniqueString.h index f7f7ebbdc..83cb69e78 100644 --- a/src/UniqueString.h +++ b/src/UniqueString.h @@ -11,7 +11,7 @@ #ifndef UNIQUESTRING_H #define UNIQUESTRING_H -namespace Scintilla { +namespace Scintilla::Internal { constexpr bool IsNullOrEmpty(const char *text) noexcept { return text == nullptr || *text == '\0'; |