diff options
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r-- | gtk/PlatGTK.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index a3c8b4b15..91fe6c67e 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -718,8 +718,6 @@ public: void SetDBCSMode(int codePage); }; -#ifdef USE_PANGO - const char *CharacterSetID(int characterSet) { switch (characterSet) { case SC_CHARSET_ANSI: @@ -765,6 +763,8 @@ const char *CharacterSetID(int characterSet) { } } +#ifdef USE_PANGO + void SurfaceImpl::SetIconv(int characterSet_) { if (characterSet != characterSet_) { if (iconvh != iconvhBad) |