]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsSpace.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormMathsSpace.h
index 5b370fb3d7d62817d30e3611e45380ed67733b1b..ea147507c62811fee4e44cf264da8c22ce495a4c 100644 (file)
@@ -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_MATHSSPACE_H
 #define FORM_MATHSSPACE_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
 
-class ControlMath2;
+class ControlMath;
 struct FD_maths_space;
 
 /**
  * This class provides an XForms implementation of the maths space.
  */
 class FormMathsSpace
-       : public FormController<ControlMath2, FormView<FD_maths_space> > {
+       : public FormController<ControlMath, FormView<FD_maths_space> > {
 public:
        ///
        FormMathsSpace(Dialog &);
@@ -44,4 +45,7 @@ private:
        int space_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif //  FORM_MATHSSPACE_H