summaryrefslogtreecommitdiff
path: root/fluid/CodeEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/CodeEditor.h')
-rw-r--r--fluid/CodeEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h
index 946c5d707..66e3b207a 100644
--- a/fluid/CodeEditor.h
+++ b/fluid/CodeEditor.h
@@ -71,6 +71,7 @@ class CodeViewer : public CodeEditor {
protected:
int handle(int ev) { return Fl_Text_Display::handle(ev); }
+ void draw();
};
#endif // !CodeEditor_h