diff options
Diffstat (limited to 'src')
| -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) | |||
| 28 | { | 28 | { |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | static void dictionary_fill(Dictionary *_this, std::map<std::string,Node*> map, plist_t node) | 31 | static void dictionary_fill(Dictionary *_this, std::map<std::string,Node*> &map, plist_t node) |
| 32 | { | 32 | { |
| 33 | plist_dict_iter it = NULL; | 33 | plist_dict_iter it = NULL; |
| 34 | plist_dict_new_iter(node, &it); | 34 | plist_dict_new_iter(node, &it); |
