X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_charinset.h;h=1822ed0e9e088ce06e9174b15589f4a77f02d017;hb=11c5864fdb8f0dea3889900b79fc2d874a73bc43;hp=9925d0e350689cc6cfae48a7098512795154729c;hpb=70479c5282509b94f1c5c71db680b7f2d88db96a;p=lyx.git diff --git a/src/mathed/math_charinset.h b/src/mathed/math_charinset.h index 9925d0e350..1822ed0e9e 100644 --- a/src/mathed/math_charinset.h +++ b/src/mathed/math_charinset.h @@ -19,6 +19,8 @@ public: /// MathCharInset(char c, MathTextCodes t); /// + MathCharInset(char c, MathTextCodes t, bool needbs); + /// MathInset * clone() const; /// MathTextCodes nativeCode(char c) const; @@ -56,7 +58,9 @@ public: private: /// the character char char_; - /// + /// the font to be used on screen MathTextCodes code_; + /// do wee need a backslash when writing LaTeX? + bool needbs_; }; #endif