]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_root.C
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / mathed / math_root.C
index 141167ef323ee7a990ac186fb611d0620622aaf2..be1853c60f9bfb74ebc6aab02451073f94c584f3 100644 (file)
@@ -137,7 +137,7 @@ void MathRootInset::SetFocus(int x, int)
 }
 
 
-void MathRootInset::Write(ostream & os, signed char fragile)
+void MathRootInset::Write(ostream & os, bool fragile)
 {
        os << '\\' << name << '[';
        uroot->Write(os, fragile);