]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.h
Add support for compilers which do not have cname headers
[lyx.git] / src / insets / insetinfo.h
index 47df1a11f601288d87bcf6d28594562526c7ee52..67eb0499eb992dce2d8269f75e877295a6748700 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        InsetInfo();
        ///
-       InsetInfo(LString const & string);
+       InsetInfo(string const & string);
        ///
        ~InsetInfo();
        ///
@@ -50,11 +50,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);
        /// what appears in the minibuffer when opening
        char const* EditMessage() {return "Opened note";}
        ///
@@ -67,7 +67,7 @@ public:
        Inset* Clone();
 private:
        ///
-       LString contents;
+       string contents;
        ///
        FL_FORM *form;
        ///