]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormWrap.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormWrap.h
index 14fb960c339ce840e01bd2e96c2cf3edda499768..97467ab36600d4d3638a7d39bda2417eb86db601 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "FormBase.h"
+#include "RadioButtonGroup.h"
 
 class ControlWrap;
 struct FD_wrap;
@@ -36,8 +37,9 @@ private:
        virtual void build();
        /// Update dialog before/whilst showing it.
        virtual void update();
-       /// Filter the inputs on callback from xforms
-       virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
+
+       /// placement
+       RadioButtonGroup placement_;
 };
 
 #endif // FORMWRAP_H