diff options
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index a2f43598c..9006d4766 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -60,6 +60,10 @@ class FL_EXPORT Fl_Window : public Fl_Group { }; void _Fl_Window(); // constructor innards + // unimplemented copy ctor and assignment operator + Fl_Window(const Fl_Window&); + Fl_Window& operator=(const Fl_Window&); + protected: static Fl_Window *current_; |
