X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetList.cpp;h=3d4f7155ffd63764d86649613a5596d987aeb390;hb=355395174bf50e1a3b8514e8eebec978c496d6ba;hp=56401a4ba6d37112c555174a5da44e487c482702;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/InsetList.cpp b/src/InsetList.cpp index 56401a4ba6..3d4f7155ff 100644 --- a/src/InsetList.cpp +++ b/src/InsetList.cpp @@ -42,9 +42,8 @@ struct InsetTablePosLess } // namespace anon -InsetList::InsetList(InsetList const & il) +InsetList::InsetList(InsetList const & il) : list_(il.list_) { - list_ = il.list_; List::iterator it = list_.begin(); List::iterator end = list_.end(); for (; it != end; ++it)