]> git.lyx.org Git - features.git/blobdiff - src/insets/insetindex.h
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetindex.h
index bdad6b47c12342cb4ece4d3598196503eed48834..bf1d327c8f62b8fa1337625e99e4ec3d1bc1804e 100644 (file)
@@ -35,7 +35,7 @@ public:
        ///
        ~InsetIndex();
        ///
-       Inset * Clone() { return new InsetIndex(contents);}
+       InsetIndex * Clone() const { return new InsetIndex(contents);}
        ///
        void Edit(int, int);
        ///
@@ -65,7 +65,7 @@ public:
                return 1;
        }
        ///
-       bool Display() const { return true; }
+       bool display() const { return true; }
        ///
        Inset::Code LyxCode() const;
        ///