X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffrontends%2Fxforms%2FFormMathsBitmap.h;h=742f876178716be4597ac3adb6d11977580a9c25;hb=c265d16ed06149b478c2d2c9b9b8e69cdb1bcf3d;hp=3e0adaf7487659eb8db10731151f72b7a90b6c61;hpb=f7ba7c8e9f3dcd2a5de79c7e93bf8edeec3b8e35;p=lyx.git diff --git a/src/frontends/xforms/FormMathsBitmap.h b/src/frontends/xforms/FormMathsBitmap.h index 3e0adaf748..742f876178 100644 --- a/src/frontends/xforms/FormMathsBitmap.h +++ b/src/frontends/xforms/FormMathsBitmap.h @@ -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 */ #ifndef FORM_MATHSBITMAP_H #define FORM_MATHSBITMAP_H +#include "LString.h" +#include "FormMathsPanel.h" + #include #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_ptr; /// - FormMathsBitmap(LyXView *, Dialogs * d, FormMathsPanel const &, + FormMathsBitmap(LyXView &, Dialogs & d, FormMathsPanel const &, string const &, std::vector const &); /// ~FormMathsBitmap();