diff options
Diffstat (limited to 'FL/Fl_Value_Input.H')
| -rw-r--r-- | FL/Fl_Value_Input.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index f64a76b58..f17adcd06 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -63,6 +63,8 @@ */ class FL_EXPORT Fl_Value_Input : public Fl_Valuator { public: + /* This is the encapsulated Fl_input attribute to which + this class delegates the value font, color and shortcut */ Fl_Input input; private: char soft_; |
