diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_System_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index 6e3a92aee..4ace8411d 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -92,7 +92,7 @@ public: virtual void compose_reset() { Fl::compose_state = 0; } // implement to support drag-n-drop. use_selection = 1 means the GUI is welcome to display // the selected text during the D&D operation - virtual int dnd(int use_selection) {return 0;} + virtual int dnd(int use_selection = 0) {return 0;} }; #endif // FL_SYSTEM_DRIVER_H |
