]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / FormFloat.h
index 1ec85d237a956af04ee47e6f7f21e147cc2fa0e7..5eac685583fadf02445284d98f4cccfed171bb80 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMFLOAT_H
@@ -15,6 +15,9 @@
 #include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlFloat;
 struct FD_float;
 
@@ -39,4 +42,7 @@ private:
        RadioButtonGroup placement_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMFLOAT_H