diff options
| author | 2009-10-28 17:57:52 +0100 | |
|---|---|---|
| committer | 2009-10-28 17:57:52 +0100 | |
| commit | 1bc333972bb5d5b45ba8908f1b12015300d88711 (patch) | |
| tree | d061424c0ba0390259ae092df68c9c7462e16315 /src/Dictionary.cpp | |
| parent | a129688a888968286a30eeba7833629225c59fa0 (diff) | |
| download | libplist-1bc333972bb5d5b45ba8908f1b12015300d88711.tar.gz libplist-1bc333972bb5d5b45ba8908f1b12015300d88711.tar.bz2 | |
Fix build for MSVC9.
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() |
