diff options
author | nyamatongwe <unknown> | 2003-09-26 14:20:49 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-09-26 14:20:49 +0000 |
commit | 9164a954eb3949135144f0ffdb760723537d4968 (patch) | |
tree | a75c7d78eed0e52e0b0d447fa98269c6ea913aab /gtk/PlatGTK.cxx | |
parent | 7be8190847a6c79c726c95158499c6f3588332e7 (diff) | |
download | scintilla-mirror-9164a954eb3949135144f0ffdb760723537d4968.tar.gz |
Fixed compilation for GTK+ 1.x.
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) |