]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.C
get rid of same_id from function signatures
[lyx.git] / src / insets / insetspecialchar.C
index 15519f374e60ee51dc29b13be36b393b07544702..b43100020ff99a182c97cf98bab897ac1d614633 100644 (file)
@@ -244,12 +244,18 @@ int InsetSpecialChar::docbook(Buffer const *, ostream & os, bool) const
 }
 
 
-Inset * InsetSpecialChar::clone(Buffer const &, bool) const
+Inset * InsetSpecialChar::clone(Buffer const &) 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) {