diff options
Diffstat (limited to 'src/DBCS.h')
-rw-r--r-- | src/DBCS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DBCS.h b/src/DBCS.h index 58659ee3e..c8edad057 100644 --- a/src/DBCS.h +++ b/src/DBCS.h @@ -8,7 +8,7 @@ #ifndef DBCS_H #define DBCS_H -namespace Scintilla { +namespace Scintilla::Internal { constexpr bool IsDBCSCodePage(int codePage) noexcept { return codePage == 932 |