]> git.lyx.org Git - features.git/commitdiff
trivial changes
authorAngus Leeming <leeming@lyx.org>
Tue, 29 May 2001 14:54:25 +0000 (14:54 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 29 May 2001 14:54:25 +0000 (14:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2059 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ControlButtons.h
src/frontends/controllers/ControlCopyright.h
src/frontends/xforms/FormBase.C

index 223304e48b237d5b972f2d5657b97f72918a9e2f..2918724acb5598668170df3dab14662320722c11 100644 (file)
@@ -45,7 +45,7 @@ public: // methods
        ///
        ControlButtons() {}
        ///
-       virtual ~ControlButtons() {};
+       virtual ~ControlButtons() {}
 
        /// These functions are called when the controlling buttons are pressed.
        ///
index 3725422574c0b6bd6b015a92158ab6fc348beb6e..77ae67abaaabc9343d1fb5ef04d4364cf7ef8662 100644 (file)
@@ -36,4 +36,3 @@ private:
 };
 
 #endif // CONTROLCOPYRIGHT_H
-
index f39af6f3de0a9b407815f9119aca5c571ca813da..f67699c9a87576a5f68b481d3d192e6336b07c6d 100644 (file)
@@ -48,8 +48,7 @@ void FormBase::show()
                minw_ = form()->w;
                minh_ = form()->h;
 
-               fl_set_form_atclose(form(),
-                                   C_FormBaseWMHideCB, 0);
+               fl_set_form_atclose(form(), C_FormBaseWMHideCB, 0);
        }
 
        fl_freeze_form(form());