diff options
Diffstat (limited to 'src/Dictionary.cpp')
| -rw-r--r-- | src/Dictionary.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Dictionary.cpp b/src/Dictionary.cpp index 2c56c89..72307f1 100644 --- a/src/Dictionary.cpp +++ b/src/Dictionary.cpp | |||
| @@ -104,6 +104,7 @@ Dictionary& Dictionary::operator=(PList::Dictionary& d) | |||
| 104 | plist_dict_next_item(_node, it, NULL, &subnode); | 104 | plist_dict_next_item(_node, it, NULL, &subnode); |
| 105 | } | 105 | } |
| 106 | free(it); | 106 | free(it); |
| 107 | return *this; | ||
| 107 | } | 108 | } |
| 108 | 109 | ||
| 109 | Dictionary::~Dictionary() | 110 | Dictionary::~Dictionary() |
