summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-12-29 07:25:50 +0000
committerManolo Gouy <Manolo>2017-12-29 07:25:50 +0000
commitb2ce33fcfd6fe573022cf9a12ff7da90be2edc37 (patch)
tree1b09f7717a00db8d06d38c4c6645a6eae910ab95 /FL/Fl_Window.H
parentcf198735de6b80695ed844c24946fe2b9f21292f (diff)
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
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H4
1 files changed, 1 insertions, 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