diff --git a/src/insets/InsetCitation.h b/src/insets/InsetCitation.h index 1318c3767b..0cf4f77a15 100644 --- a/src/insets/InsetCitation.h +++ b/src/insets/InsetCitation.h @@ -57,7 +57,7 @@ public: static bool isCompatibleCommand(std::string const & cmd); private: /// - Inset * clone() const { return new InsetCitation(params()); } + Inset * clone() const { return new InsetCitation(*this); } /// we'll eventually want to be able to get info on this from the /// various CiteEngines static ParamInfo param_info_;