diff options
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 767c960ee..e55bff8f6 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -68,9 +68,10 @@ protected: // ---- DesignViewer declaration -class DesignViewer : public Fl_Text_Display { +class TextViewer : public Fl_Text_Display { public: - DesignViewer(int X, int Y, int W, int H, const char *L=0); + TextViewer(int X, int Y, int W, int H, const char *L=0); + ~TextViewer(); int top_line() { return get_absolute_top_line_number(); } }; |
