]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsDelim.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormMathsDelim.h
index 5c53d716f6dec7fb0ac5b0c8f2cba5c627116647..4ab44f16a0cf970b777957af085340895ad8dd0e 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_MATHSDELIM_H
 #include "FormDialogView.h"
 
 
-class ControlMath2;
+class ControlMath;
 struct FD_maths_delim;
 
 /**
  * This class provides an XForms implementation of the maths delim.
  */
 class FormMathsDelim
-       : public FormController<ControlMath2, FormView<FD_maths_delim> > {
+       : public FormController<ControlMath, FormView<FD_maths_delim> > {
 public:
        ///
        FormMathsDelim(Dialog &);