]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsMatrix.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormMathsMatrix.h
index 8e1a60946190ce1f579cf383dc77e94a28a8310d..ba9d7c05a8d3d5c62c08a98df80a909b7239c621 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_MATHSMATRIX_H
 #define FORM_MATHSMATRIX_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
 
-class ControlMath2;
+class ControlMath;
 struct FD_maths_matrix;
 
 /**
  * This class provides an XForms implementation of the maths matrix.
  */
 class FormMathsMatrix
-       : public FormController<ControlMath2, FormView<FD_maths_matrix> > {
+       : public FormController<ControlMath, FormView<FD_maths_matrix> > {
 public:
        ///
        FormMathsMatrix(Dialog &);
@@ -43,4 +44,7 @@ private:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif //  FORM_MATHSMATRIX_H