diff options
Diffstat (limited to 'src/Array.cpp')
| -rw-r--r-- | src/Array.cpp | 2 |
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 | ||
| 61 | Array& Array::operator=(PList::Array& a) | 61 | Array& 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++) |
