]> 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 ed39b6c15333fe693fead992d782cccb11fc64ab..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"
 
 #pragma interface
 #endif
 
-#include "LString.h"
-#include "FormMathsPanel.h"
-
-/** 
+/**
  * This class provides an XForms implementation of a maths bitmap form.
  */
 class FormMathsBitmap : public FormMathsSub {
@@ -34,10 +34,12 @@ public:
        typedef lyx::shared_c_ptr<FL_OBJECT> bm_ptr;
        ///
        typedef lyx::shared_c_ptr<FL_FORM> fl_ptr;
-       
+
+       ///
+       FormMathsBitmap(LyXView &, Dialogs & d, FormMathsPanel const &,
+                       string const &, std::vector<string> const &);
        ///
-       FormMathsBitmap(LyXView *, Dialogs * d, FormMathsPanel const &,
-                       std::vector<string> const &);
+       ~FormMathsBitmap();
        ///
        void addBitmap(int, int, int, int, int, unsigned char const *,
                       bool = true);