diff options
Diffstat (limited to 'FL/Fl_Color_Chooser.H')
| -rw-r--r-- | FL/Fl_Color_Chooser.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H index e1f085b91..d3e56bdef 100644 --- a/FL/Fl_Color_Chooser.H +++ b/FL/Fl_Color_Chooser.H @@ -1,7 +1,7 @@ // // Color chooser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2019 by Bill Spitzak and others. +// Copyright 1998-2026 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -30,6 +30,8 @@ #include <FL/Fl_Choice.H> #include <FL/Fl_Value_Input.H> +#include <string> + #ifndef FL_DOXYGEN /** For internal use only */ @@ -60,6 +62,7 @@ public: class FL_EXPORT Flcc_Value_Input : public Fl_Value_Input { public: int format(char*) override; + std::string format_str() override; Flcc_Value_Input(int X, int Y, int W, int H) : Fl_Value_Input(X,Y,W,H) {} }; |
