From 770147baf66dc014f20218531e1c3b600ae73cbf Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 15 Jul 2005 09:34:53 +0000 Subject: Applied hidden copy / ctor patch as suggested in STR 860 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4421 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FL/Fl_Window.H') 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_; -- cgit v1.2.3