diff options
author | nyamatongwe <devnull@localhost> | 2003-09-26 14:20:49 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-09-26 14:20:49 +0000 |
commit | 53b7e34a92bef7818f32e971b8c780ee591c61e7 (patch) | |
tree | a75c7d78eed0e52e0b0d447fa98269c6ea913aab /gtk/PlatGTK.cxx | |
parent | 77f51b7b87d4b6e61d741290377c4ad82df603c0 (diff) | |
download | scintilla-mirror-53b7e34a92bef7818f32e971b8c780ee591c61e7.tar.gz |
Fixed compilation for GTK+ 1.x.rel-1-55
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) |