From 1bc333972bb5d5b45ba8908f1b12015300d88711 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 28 Oct 2009 17:57:52 +0100 Subject: Fix build for MSVC9. --- src/Dictionary.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Dictionary.cpp') 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) plist_dict_next_item(_node, it, NULL, &subnode); } free(it); + return *this; } Dictionary::~Dictionary() -- cgit v1.1-32-gdbae