diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Input.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index f53debd50..4ef6fcfbb 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -261,6 +261,9 @@ protected: public: int handle(int) FL_OVERRIDE; Fl_Input(int,int,int,int,const char * = 0); + static const char *cut_menu_text; + static const char *copy_menu_text; + static const char *paste_menu_text; }; #endif |
