]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.cpp
Bump layout formats
[lyx.git] / src / InsetList.cpp
index 56401a4ba6d37112c555174a5da44e487c482702..3d4f7155ffd63764d86649613a5596d987aeb390 100644 (file)
@@ -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)