]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsBitmap.h
Nothing but a changed email address (trying to factor my tree in in small steps)
[lyx.git] / src / frontends / xforms / FormMathsBitmap.h
index 3e0adaf7487659eb8db10731151f72b7a90b6c61..742f876178716be4597ac3adb6d11977580a9c25 100644 (file)
@@ -6,12 +6,15 @@
  *
  * \author Alejandro Aguilar Sierra
  * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming <leeming@lyx.org>
  */
 
 #ifndef FORM_MATHSBITMAP_H
 #define FORM_MATHSBITMAP_H
 
+#include "LString.h"
+#include "FormMathsPanel.h"
+
 #include <vector>
 #include "support/smart_ptr.h"
 
@@ -19,9 +22,6 @@
 #pragma interface
 #endif
 
-#include "LString.h"
-#include "FormMathsPanel.h"
-
 /**
  * This class provides an XForms implementation of a maths bitmap form.
  */
@@ -36,7 +36,7 @@ public:
        typedef lyx::shared_c_ptr<FL_FORM> fl_ptr;
 
        ///
-       FormMathsBitmap(LyXView *, Dialogs * d, FormMathsPanel const &,
+       FormMathsBitmap(LyXView &, Dialogs & d, FormMathsPanel const &,
                        string const &, std::vector<string> const &);
        ///
        ~FormMathsBitmap();