]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatex.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / insets / insetlatex.h
index 995ed0c1a4c20234ce2c74e707c00b7d4bb02077..4950d09dbad5a03dfc771537aa6db491a295cc15 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        InsetLatex();
        ///
-       InsetLatex(LString const & string);
+       InsetLatex(string const & string);
        ///
        ~InsetLatex();
        ///
@@ -47,11 +47,11 @@ public:
        ///
        int Latex(FILE *file, signed char fragile);
        ///
-       int Latex(LString &file, signed char fragile);
+       int Latex(string &file, signed char fragile);
        ///
-       int Linuxdoc(LString &file);
+       int Linuxdoc(string &file);
        ///
-       int DocBook(LString &file);
+       int DocBook(string &file);
        ///
        bool Deletable() const;
        ///
@@ -60,7 +60,7 @@ public:
        Inset::Code LyxCode() const;
 private:
        ///
-       LString contents;
+       string contents;
 };
 
 #endif