]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinclude.h
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetinclude.h
index 0373eeb6317bdde87e62bd03145954fab8c45c36..28c603614577527b95bcd4205238b440f2a487ba 100644 (file)
@@ -37,7 +37,7 @@ public:
        ///
        ~InsetInclude();
         ///
-        Inset * Clone();
+        InsetInclude * Clone() const;
        ///
        Inset::Code LyxCode() const { return Inset::INCLUDE_CODE; }
        /// This is 1 if the childs have labels, 0 otherwise
@@ -66,7 +66,7 @@ public:
        void Validate(LaTeXFeatures &) const;
        
         /// Input inserts anything inside a paragraph, Display can give some visual feedback 
-       bool Display() const { return !(isInput()); }
+       bool display() const { return !(isInput()); }
        ///
        string getScreenLabel() const;
        ///