From b2ce33fcfd6fe573022cf9a12ff7da90be2edc37 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 29 Dec 2017 07:25:50 +0000 Subject: [PATCH] Definition of class Fl_Window: use 'private:' more accurately git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window.H | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index a8dc2c84a..8242d877e 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -53,7 +53,7 @@ class Fl_Double_Window; window. Fl_Window has a default callback that calls Fl_Window::hide(). */ class FL_EXPORT Fl_Window : public Fl_Group { - +private: static char *default_xclass_; static char show_iconic_; // 1 means create next window in iconic form @@ -83,8 +83,6 @@ class FL_EXPORT Fl_Window : public Fl_Group { // cursor stuff Fl_Cursor cursor_default; -private: - void _Fl_Window(); // constructor innards // unimplemented copy ctor and assignment operator