]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormBase.C
more type changes, some consts added
[features.git] / src / frontends / xforms / FormBase.C
index 5239d69125020e30a59a8bb0c60a8a0fb4814600..51eaa3b2aa55a41b56eea4acab81b293705d0455 100644 (file)
@@ -130,7 +130,7 @@ void FormBase::HideCB(FL_OBJECT * ob, long)
 }
 
 
-void FormBase::InputCB(FL_OBJECT * ob, long data )
+void FormBase::InputCB(FL_OBJECT * ob, long data)
 {
        FormBase * pre = static_cast<FormBase*>(ob->form->u_vdata);
        pre->input( data );