summaryrefslogtreecommitdiff
path: root/fluid/CodeEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/CodeEditor.h')
-rw-r--r--fluid/CodeEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h
index f8e7f8299..50908ebe5 100644
--- a/fluid/CodeEditor.h
+++ b/fluid/CodeEditor.h
@@ -66,13 +66,14 @@ protected:
void draw() FL_OVERRIDE;
};
-// ---- DesignViewer declaration
+// ---- Project File Text Viewe declaration
class TextViewer : public Fl_Text_Display {
public:
TextViewer(int X, int Y, int W, int H, const char *L=0);
~TextViewer();
int top_line() { return get_absolute_top_line_number(); }
+ void draw() FL_OVERRIDE;
};
#endif // !CodeEditor_h