]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsMatrix.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsMatrix.h
index 8e1a60946190ce1f579cf383dc77e94a28a8310d..7dfd416e933f542fe05025a4e1e55c80b1eff856 100644 (file)
@@ -8,7 +8,7 @@
  * \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
 #include "FormDialogView.h"
 
 
-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 &);