]> git.sesse.net Git - vlc/commit
skins2: fix forgotten initialization in copy constructor
authorErwan Tulou <erwan10@videolan.org>
Tue, 10 Apr 2012 16:02:29 +0000 (18:02 +0200)
committerErwan Tulou <erwan10@videolan.org>
Tue, 10 Apr 2012 16:28:04 +0000 (18:28 +0200)
commit076851b74bee39d0c911a344063f5e4731dda28a
tree1ac7cce239bb6577c736a97a9490559506f85038
parente908f36fd20d67465af399507ad0a898e86c678b
skins2: fix forgotten initialization in copy constructor

This bug was unnoticed because this constructor is only called in a situation
where really copying from origin or leaving it to the compiler to set it via
the default constructor leads to the same result (an empty list). Yet, this
was a bug.

It may solve trac #6599 though,
(a Linux port where there is a real initialization issue)
modules/gui/skins2/utils/var_tree.cpp