summaryrefslogtreecommitdiffstats
path: root/src/Array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Array.cpp')
-rw-r--r--src/Array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Array.cpp b/src/Array.cpp
index 4f34e58..f6e1297 100644
--- a/src/Array.cpp
+++ b/src/Array.cpp
@@ -51,7 +51,7 @@ Array::Array(plist_t node, Node* parent) : Structure(parent)
51 array_fill(this, _array, _node); 51 array_fill(this, _array, _node);
52} 52}
53 53
54Array::Array(const PList::Array& a) : Structure() 54Array::Array(const PList::Array& a)
55{ 55{
56 _array.clear(); 56 _array.clear();
57 _node = plist_copy(a.GetPlist()); 57 _node = plist_copy(a.GetPlist());