X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormFloat.h;h=5eac685583fadf02445284d98f4cccfed171bb80;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=9211cf1e8236bd3ebbdc69ce32413e668866191d;hpb=5449effb05e5d837a8205d82ab6ea1b672484a1e;p=lyx.git diff --git a/src/frontends/xforms/FormFloat.h b/src/frontends/xforms/FormFloat.h index 9211cf1e82..5eac685583 100644 --- a/src/frontends/xforms/FormFloat.h +++ b/src/frontends/xforms/FormFloat.h @@ -6,16 +6,18 @@ * * \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 #define FORMFLOAT_H - #include "FormDialogView.h" #include "RadioButtonGroup.h" +namespace lyx { +namespace frontend { + class ControlFloat; struct FD_float; @@ -40,4 +42,7 @@ private: RadioButtonGroup placement_; }; +} // namespace frontend +} // namespace lyx + #endif // FORMFLOAT_H