aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Tag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/Tag.cxx')
-rw-r--r--src/tag/Tag.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag/Tag.cxx b/src/tag/Tag.cxx
index 34bfc0495..448f3b26a 100644
--- a/src/tag/Tag.cxx
+++ b/src/tag/Tag.cxx
@@ -76,8 +76,8 @@ Tag::Clear()
Tag::Tag(const Tag &other)
:time(other.time), has_playlist(other.has_playlist),
- items(nullptr),
- num_items(other.num_items)
+ num_items(other.num_items),
+ items(nullptr)
{
if (num_items > 0) {
items = new TagItem *[num_items];