]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / inseterror.h
index d5d951c4e3483ecdb5f0c5123aee884178d8d714..bbc787631d985bbe84c5281ef77151e57548cf43 100644 (file)
@@ -54,7 +54,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       Inset * clone(Buffer const &) const {
+       Inset * clone() const {
                return new InsetError(contents);
        }
        ///