]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetspecialchar.C
index ca1b9cb4de8937012a370284231114937d11e102..9f404779675684c96f7ab0c4604f0ef4ef56b5e5 100644 (file)
@@ -221,7 +221,7 @@ int InsetSpecialChar::DocBook(Buffer const * buf, ostream & os) const
 }
 
 
-Inset * InsetSpecialChar::Clone() const
+Inset * InsetSpecialChar::Clone(Buffer const &) const
 {
        return new InsetSpecialChar(kind);
 }