]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / insets / insetindex.h
index a7946b9f364c23221d938cbc92d4969d58644e8c..76db96764f012d2ffc0e39d7c7e2f8c3797b9f5e 100644 (file)
@@ -31,7 +31,7 @@ public:
        ///
        InsetIndex(): InsetCommand("index") {;}
        ///
-       InsetIndex(LString const & key);
+       InsetIndex(string const & key);
        ///
        ~InsetIndex();
        ///
@@ -44,7 +44,7 @@ public:
                return 1;
        }
        ///
-       LString getScreenLabel() const;
+       string getScreenLabel() const;
 };
 
 
@@ -69,7 +69,7 @@ public:
        ///
        Inset::Code LyxCode() const;
        ///
-       LString getScreenLabel() const;
+       string getScreenLabel() const;
 private:
        ///
        Buffer *owner;