X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormMathsDelim.h;h=6563896b25e3f53c9d6bd60f3bd28659653b6110;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=5c53d716f6dec7fb0ac5b0c8f2cba5c627116647;hpb=8b5b727d52b2e43fe6ff2223308f4e1522770cb8;p=lyx.git diff --git a/src/frontends/xforms/FormMathsDelim.h b/src/frontends/xforms/FormMathsDelim.h index 5c53d716f6..6563896b25 100644 --- a/src/frontends/xforms/FormMathsDelim.h +++ b/src/frontends/xforms/FormMathsDelim.h @@ -8,24 +8,25 @@ * \author John Levon * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORM_MATHSDELIM_H #define FORM_MATHSDELIM_H - #include "FormDialogView.h" +namespace lyx { +namespace frontend { -class ControlMath2; +class ControlMath; struct FD_maths_delim; /** * This class provides an XForms implementation of the maths delim. */ class FormMathsDelim - : public FormController > { + : public FormController > { public: /// FormMathsDelim(Dialog &); @@ -41,4 +42,7 @@ private: virtual void update(); }; +} // namespace frontend +} // namespace lyx + #endif // FORM_MATHSDELIM_H