summaryrefslogtreecommitdiff
path: root/FL/Fl_FormsPixmap.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_FormsPixmap.H')
-rw-r--r--FL/Fl_FormsPixmap.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_FormsPixmap.H b/FL/Fl_FormsPixmap.H
index 83ff6bde3..43cccd966 100644
--- a/FL/Fl_FormsPixmap.H
+++ b/FL/Fl_FormsPixmap.H
@@ -29,7 +29,7 @@
class FL_EXPORT Fl_FormsPixmap : public Fl_Widget {
Fl_Pixmap *b;
protected:
- void draw() override;
+ void draw();
public:
Fl_FormsPixmap(Fl_Boxtype t, int X, int Y, int W, int H, const char *L= 0);