]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.C
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetspecialchar.C
index 76e4023ef8fffcd3838e666f8436e608ff7f0786..e1da4d2e3760f58049226c5ebe6d18d6bf754306 100644 (file)
@@ -238,18 +238,12 @@ int InsetSpecialChar::docbook(Buffer const *, ostream & os, bool) const
 }
 
 
-Inset * InsetSpecialChar::clone(Buffer const &) const
+Inset * InsetSpecialChar::clone() const
 {
        return new InsetSpecialChar(kind_);
 }
 
 
-// Inset * InsetSpecialChar::clone(Buffer const &, bool) const
-// {
-//     return new InsetSpecialChar(kind_);
-// }
-
-
 void InsetSpecialChar::validate(LaTeXFeatures & features) const
 {
        if (kind_ == MENU_SEPARATOR) {