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 22c254b..8838e5b 100644
--- a/src/Array.cpp
+++ b/src/Array.cpp
@@ -58,7 +58,7 @@ Array::Array(const PList::Array& a)
58 array_fill(this, _array, _node); 58 array_fill(this, _array, _node);
59} 59}
60 60
61Array& Array::operator=(PList::Array& a) 61Array& Array::operator=(const PList::Array& a)
62{ 62{
63 plist_free(_node); 63 plist_free(_node);
64 for (unsigned int it = 0; it < _array.size(); it++) 64 for (unsigned int it = 0; it < _array.size(); it++)