aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharacterType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CharacterType.cxx')
-rw-r--r--src/CharacterType.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CharacterType.cxx b/src/CharacterType.cxx
index 04d6a2abe..2991ac3c4 100644
--- a/src/CharacterType.cxx
+++ b/src/CharacterType.cxx
@@ -10,9 +10,9 @@
#include "CharacterType.h"
-using namespace Scintilla;
+using namespace Scintilla::Internal;
-namespace Scintilla {
+namespace Scintilla::Internal {
int CompareCaseInsensitive(const char *a, const char *b) noexcept {
while (*a && *b) {