]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulabase.h
try to fix rounding errors
[lyx.git] / src / mathed / formulabase.h
index 1f3f2157923d846e76b2a4de418b9045f4806d20..a91eed0b38d80c09e101176f92d2e6920096ca2d 100644 (file)
@@ -19,7 +19,6 @@
 #pragma interface
 #endif
 
-#include <iosfwd>
 #include "insets/inset.h"
 #include "frontends/mouse_state.h"
 #include "lyxfont.h"
@@ -27,6 +26,8 @@
 // only for getType():
 #include "math_defs.h"
 
+#include <iosfwd>
+
 class Buffer;
 class BufferView;
 class MathAtom;
@@ -134,7 +135,7 @@ protected:
        ///
        void metrics(BufferView * bv = 0) const;
        ///
-       void handleFont(BufferView * bv, string const & arg, MathTextCodes t);
+       void handleFont(BufferView * bv, string const & arg, string const & font);
 
        ///
        mutable int xo_;