diff options
author | nyamatongwe <devnull@localhost> | 2001-02-17 10:31:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-02-17 10:31:31 +0000 |
commit | abb01b3baf78d6e9db09c10cbe5777c4f9c586b6 (patch) | |
tree | 9267d2a1a13cf857a92d7cd91732a55798d08dc0 /gtk | |
parent | 7b07c00e76ef0ec5e5e3eb1d5237357eecbaa007 (diff) | |
download | scintilla-mirror-abb01b3baf78d6e9db09c10cbe5777c4f9c586b6.tar.gz |
Made warning in ScintillaWidget.h work better with GCC.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index d6b1c3c0d..57323f5bf 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -11,8 +11,8 @@ #include "Platform.h" -#include "ScintillaWidget.h" #include "Scintilla.h" +#include "ScintillaWidget.h" #ifdef SCI_LEXER #include "SciLexer.h" #include "PropSet.h" |