]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
Add support for compilers which do not have cname headers
[lyx.git] / src / insets / inseterror.h
index caa539d4dedf960286dd9767b8c7bd75b08ecd58..59b9cfcb5850de39e2ecc4004b025f1f69628aed 100644 (file)
@@ -28,7 +28,7 @@
 class InsetError: public Inset {
 public:
        ///
-       InsetError(LString const & string);
+       InsetError(string const & string);
        ///
        InsetError();
        ///
@@ -48,11 +48,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 AutoDelete() const;
        /// what appears in the minibuffer when opening
@@ -69,7 +69,7 @@ public:
        bool DirectWrite() const { return true; };
 private:
        ///
-       LString contents;
+       string contents;
        ///
        FL_FORM *form;
        ///