]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_root.C
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / mathed / math_root.C
index 31d2079e78ce0bf1d74988bfde6d44ea21d1fae8..0d7d1024f9cb3f32f7f180f5ab77e6416fc4b101 100644 (file)
@@ -136,13 +136,13 @@ void MathRootInset::SetFocus(int x, int)
 
 void MathRootInset::Write(FILE *outf)
 { 
-   LString output;
+   string output;
    MathRootInset::Write(output);  
    fprintf(outf, "%s", output.c_str());
 }
 
 
-void MathRootInset::Write(LString &outf)
+void MathRootInset::Write(string &outf)
 { 
    outf += '\\';
    outf += name;