]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormFloat.h
index f76a05cc7c947adab696e884782425cdf0845769..38c2932cb0d9094acaae2eaa8fd98c4270c2d532 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file FormFloat.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  *
@@ -16,6 +17,7 @@
 #endif
 
 #include "FormBase.h"
+#include "RadioButtonGroup.h"
 
 class ControlFloat;
 struct FD_float;
@@ -36,6 +38,9 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
+
+       /// placement
+       RadioButtonGroup placement_;
 };
 
 #endif // FORMFLOAT_H