]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / mathed / math_macro.h
index 2952cc79ccd00f7dcc350f4cefe21ac2048280e5..b0f062f7b0b7cbec9dc5b54ce81a12615de2e5ae 100644 (file)
@@ -51,7 +51,7 @@ public:
        ///
     MathedInset * Clone();
        ///
-    void Write(std::ostream &, signed char fragile);
+    void Write(std::ostream &, bool fragile);
        ///
     bool setArgumentIdx(int);
        ///
@@ -118,7 +118,7 @@ public:
        ///
     void draw(Painter &, int x, int baseline);
        ///
-    void Write(std::ostream &, signed char fragile);
+    void Write(std::ostream &, bool fragile);
     ///
     void setNumber(int n) { number = n; }
     /// Is expanded or not
@@ -146,7 +146,7 @@ public:
        ///
     void Metrics();
        ///
-    void WriteDef(std::ostream &, signed char fragile);
+    void WriteDef(std::ostream &, bool fragile);
     /// useful for special insets
     void  setTCode(MathedTextCodes t) { tcode = t; }
     ///