diff options
| author | nyamatongwe <devnull@localhost> | 2008-12-12 02:13:18 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2008-12-12 02:13:18 +0000 |
| commit | 2ad4bc337c3db1674b6b12bef3fc0e37324d5888 (patch) | |
| tree | 91b6f5832b52838c06b23146a93b33edddbfe96d /gtk/ScintillaGTK.cxx | |
| parent | c35c0639609f9fe94e6e1ffc896e367381aa7d88 (diff) | |
| download | scintilla-mirror-2ad4bc337c3db1674b6b12bef3fc0e37324d5888.tar.gz | |
Added namespace support.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 0dd0ec9d5..fa33d283a 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -88,6 +88,10 @@ #define OBJECT_CLASS GObjectClass #endif +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + extern char *UTF8FromLatin1(const char *s, int &len); class ScintillaGTK : public ScintillaBase { |
