]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetHFill.h
index 6461e8a3cff5f795b9eaee6f393276ae66138204..554cd9eb9f518e365b437860fcb4a5b38196ecc8 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetHFill();
        ///
-       bool metrics(MetricsInfo &, Dimension &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
        docstring const getScreenLabel(Buffer const &) const;
        ///
@@ -42,7 +42,7 @@ public:
        // a line separator)?
        bool isSpace() const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };