]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insettheorem.h
index e2a6a8a3808884b3a9abb4dac5e2ac7045f0960c..84ad0e0653c515ccf683ca3a4335c59d3546d40c 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const { return Inset::THEOREM_CODE; }
        ///