diff options
| author | nyamatongwe <devnull@localhost> | 2003-03-22 10:13:00 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-03-22 10:13:00 +0000 |
| commit | 015c7f1f95ea539122efae2c7471301af38247df (patch) | |
| tree | 260b836e9b89edbfa5f6b7a80fcd311767f4deb4 /gtk/ScintillaGTK.cxx | |
| parent | 4cfa41b9c48c240cea7d749002c01af200d26854 (diff) | |
| download | scintilla-mirror-015c7f1f95ea539122efae2c7471301af38247df.tar.gz | |
Fixed compilation problems on GTK+.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 2764a828f..fce22ab9b 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -49,7 +49,7 @@ #ifdef SCI_LEXER #include <glib.h> #include <gmodule.h> -#include "ExternalLexer.h" +//#include "ExternalLexer.h" #endif #if GTK_MAJOR_VERSION < 2 @@ -616,7 +616,7 @@ sptr_t ScintillaGTK::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam #ifdef SCI_LEXER case SCI_LOADLEXERLIBRARY: - LexerManager::GetInstance()->Load(reinterpret_cast<const char*>( wParam )); + //LexerManager::GetInstance()->Load(reinterpret_cast<const char*>( wParam )); break; #endif |
