trivial changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2059 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-05-29 14:54:25 +00:00
parent 923c27cc11
commit 62f5f89bec
3 changed files with 2 additions and 4 deletions

View File

@ -45,7 +45,7 @@ public: // methods
/// ///
ControlButtons() {} ControlButtons() {}
/// ///
virtual ~ControlButtons() {}; virtual ~ControlButtons() {}
/// These functions are called when the controlling buttons are pressed. /// These functions are called when the controlling buttons are pressed.
/// ///

View File

@ -36,4 +36,3 @@ private:
}; };
#endif // CONTROLCOPYRIGHT_H #endif // CONTROLCOPYRIGHT_H

View File

@ -48,8 +48,7 @@ void FormBase::show()
minw_ = form()->w; minw_ = form()->w;
minh_ = form()->h; minh_ = form()->h;
fl_set_form_atclose(form(), fl_set_form_atclose(form(), C_FormBaseWMHideCB, 0);
C_FormBaseWMHideCB, 0);
} }
fl_freeze_form(form()); fl_freeze_form(form());