]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormCommand.C
Implemented new Layout-Document in GUII and a few small fixes.
[features.git] / src / frontends / xforms / FormCommand.C
index f1dffc600ebe3b742a72275fe3adbc51750fc025..6ec5658db51b6885bef97c0f65dff7f61a3c79e4 100644 (file)
@@ -29,8 +29,8 @@ C_GENERICCB(FormCommand, InputCB)
 C_GENERICCB(FormCommand, OKCB)
 
 FormCommand::FormCommand(LyXView * lv, Dialogs * d, string const & t)
-       : lv_(lv), d_(d), u_(0), h_(0), ih_(0),
-         inset_(0), dialogIsOpen(false), title(t)
+       : lv_(lv), d_(d), inset_(0), u_(0), h_(0), ih_(0),
+         dialogIsOpen(false), title(t)
 {}