git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24181 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-04-08 20:05:26 +00:00
parent 482126dafb
commit b254178702

View File

@ -54,8 +54,7 @@ public:
static bool isCompatibleCommand(std::string const & s);
private:
///
virtual Inset * clone() const
{ return new InsetFloatList(to_ascii(getParam("type"))); }
Inset * clone() const { return new InsetFloatList(*this); }
///
static ParamInfo param_info_;
};