diff options
Diffstat (limited to 'src/CaseConvert.cxx')
-rw-r--r-- | src/CaseConvert.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CaseConvert.cxx b/src/CaseConvert.cxx index ff5ad5b10..03dbce4e9 100644 --- a/src/CaseConvert.cxx +++ b/src/CaseConvert.cxx @@ -20,7 +20,7 @@ #include "CaseConvert.h" #include "UniConversion.h" -using namespace Scintilla; +using namespace Scintilla::Internal; namespace { // Use an unnamed namespace to protect the declarations from name conflicts @@ -795,7 +795,7 @@ CaseConverter *ConverterForConversion(CaseConversion conversion) noexcept { } -namespace Scintilla { +namespace Scintilla::Internal { ICaseConverter *ConverterFor(CaseConversion conversion) { CaseConverter *pCaseConv = ConverterForConversion(conversion); |