diff options
Diffstat (limited to 'src/Dictionary.cpp')
-rw-r--r-- | src/Dictionary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dictionary.cpp b/src/Dictionary.cpp index 44198cd..5e2e1c0 100644 --- a/src/Dictionary.cpp +++ b/src/Dictionary.cpp @@ -28,7 +28,7 @@ Dictionary::Dictionary(Node* parent) : Structure(PLIST_DICT, parent) { } -static void dictionary_fill(Dictionary *_this, std::map<std::string,Node*> map, plist_t node) +static void dictionary_fill(Dictionary *_this, std::map<std::string,Node*> &map, plist_t node) { plist_dict_iter it = NULL; plist_dict_new_iter(node, &it); |