From 7ddee4b888fe2701c2357965846d94bec7252362 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 25 May 2021 20:44:38 +1000 Subject: Place functions in correct internal namespace. --- gtk/ScintillaGTK.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index e80081712..97ae1c0a3 100755 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -753,7 +753,8 @@ void ScintillaGTK::StartDrag() { #endif } -namespace Scintilla { +namespace Scintilla::Internal { + std::string ConvertText(const char *s, size_t len, const char *charSetDest, const char *charSetSource, bool transliterations, bool silent) { // s is not const because of different versions of iconv disagreeing about const -- cgit v1.2.3