summaryrefslogtreecommitdiff
path: root/FL/Fl_Color_Chooser.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Color_Chooser.H')
-rw-r--r--FL/Fl_Color_Chooser.H14
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H
index d3e56bdef..5be4c2c71 100644
--- a/FL/Fl_Color_Chooser.H
+++ b/FL/Fl_Color_Chooser.H
@@ -38,10 +38,10 @@
class FL_EXPORT Flcc_HueBox : public Fl_Widget {
int px, py;
protected:
- void draw() override;
+ void draw();
int handle_key(int);
public:
- int handle(int) override;
+ int handle(int);
Flcc_HueBox(int X, int Y, int W, int H) : Fl_Widget(X,Y,W,H) {
px = py = 0;}
};
@@ -50,10 +50,10 @@ public:
class FL_EXPORT Flcc_ValueBox : public Fl_Widget {
int py;
protected:
- void draw() override;
+ void draw();
int handle_key(int);
public:
- int handle(int) override;
+ int handle(int);
Flcc_ValueBox(int X, int Y, int W, int H) : Fl_Widget(X,Y,W,H) {
py = 0;}
};
@@ -61,8 +61,8 @@ public:
/** For internal use only */
class FL_EXPORT Flcc_Value_Input : public Fl_Value_Input {
public:
- int format(char*) override;
- std::string format_str() override;
+ int format(char*);
+ std::string format_str();
Flcc_Value_Input(int X, int Y, int W, int H) : Fl_Value_Input(X,Y,W,H) {}
};
@@ -127,7 +127,7 @@ class FL_EXPORT Fl_Color_Chooser : public Fl_Group {
static void mode_cb(Fl_Widget*, void*);
public:
- int handle(int e) override;
+ int handle(int e);
/**
Returns which Fl_Color_Chooser variant is currently active