diff options
author | nyamatongwe <devnull@localhost> | 2000-06-11 08:05:12 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-06-11 08:05:12 +0000 |
commit | 895d8a817ac5ac7680947e2d63afb10c94467210 (patch) | |
tree | 90b536f64e1db447bbc96ed87f6d4c947ef0df8a /gtk/PlatGTK.cxx | |
parent | 9e1811c18ff338d2a450da06209dc8ae7004581b (diff) | |
download | scintilla-mirror-895d8a817ac5ac7680947e2d63afb10c94467210.tar.gz |
Moved GTK+ Scintilla widget definition out into ScintillaWidget.h
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r-- | gtk/PlatGTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 9b16363c7..d64519837 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -10,6 +10,7 @@ #include "Platform.h" +#include "ScintillaWidget.h" #include "Scintilla.h" #define LOWORD(x) (x & 0xffff) |