]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetcaption.h
index 7b4fb92c1d17fa6e28892ca67382e4a47b10c459..d60718c128e1f87bc6aa72f79f9ef7d0278cc73c 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        virtual bool display() const;
        ///
-       virtual bool neverIndent() const { return true; }
+       virtual bool neverIndent(Buffer const &) const { return true; }
        ///
        virtual InsetBase::Code lyxCode() const;
        ///
@@ -67,7 +67,7 @@ private:
        ///
        virtual std::auto_ptr<InsetBase> doClone() const;
        ///
-       mutable std::string label;
+       mutable docstring label;
        ///
        mutable int labelwidth_;
        ///