mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
fix #4717
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24181 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
482126dafb
commit
b254178702
@ -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_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user