]> git.lyx.org Git - features.git/blobdiff - src/insets/insetref.h
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetref.h
index af85500a30867572a6541be306dad139ecf1949f..f436e60908ce075760fb93ad9695a339bf2b0f91 100644 (file)
@@ -41,7 +41,9 @@ public:
        ///
        ~InsetRef();
         ///
-        Inset * Clone() { return new InsetRef (getCommand(), master); }
+        InsetRef * Clone() const {
+               return new InsetRef (getCommand(), master);
+       }
        ///
        Inset::Code LyxCode() const { return Inset::REF_CODE; }
        ///
@@ -51,7 +53,7 @@ public:
                return 1;
        }
         ///
-       bool Display() const { return false; }
+       bool display() const { return false; }
        ///
        string getScreenLabel() const;
        ///