X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fformulabase.h;h=a91eed0b38d80c09e101176f92d2e6920096ca2d;hb=e093e5e80c334995a77445c8e66a9f3c9594dda1;hp=1f3f2157923d846e76b2a4de418b9045f4806d20;hpb=97ef9131ba95f605a48d09595bd2ace0f993a55b;p=lyx.git diff --git a/src/mathed/formulabase.h b/src/mathed/formulabase.h index 1f3f215792..a91eed0b38 100644 --- a/src/mathed/formulabase.h +++ b/src/mathed/formulabase.h @@ -19,7 +19,6 @@ #pragma interface #endif -#include #include "insets/inset.h" #include "frontends/mouse_state.h" #include "lyxfont.h" @@ -27,6 +26,8 @@ // only for getType(): #include "math_defs.h" +#include + 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_;