]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsStyle.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormMathsStyle.h
index 7d6bc94faa8da7066884829fc8a28557af00b26b..83ec9ae972649868073264eb7dc5bb6c9ec2134f 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_MATHSSTYLE_H
 #include "FormDialogView.h"
 
 
-class ControlMath2;
+class ControlMath;
 struct FD_maths_style;
 
 /**
  * This class provides an XForms implementation of the maths style.
  */
 class FormMathsStyle
-       : public FormController<ControlMath2, FormView<FD_maths_style> > {
+       : public FormController<ControlMath, FormView<FD_maths_style> > {
 public:
        ///
        FormMathsStyle(Dialog &);