X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormFloat.h;h=5eac685583fadf02445284d98f4cccfed171bb80;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=1ec85d237a956af04ee47e6f7f21e147cc2fa0e7;hpb=fafd0dae3a42856e6e577635377eac49b1b330a5;p=lyx.git diff --git a/src/frontends/xforms/FormFloat.h b/src/frontends/xforms/FormFloat.h index 1ec85d237a..5eac685583 100644 --- a/src/frontends/xforms/FormFloat.h +++ b/src/frontends/xforms/FormFloat.h @@ -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