freebsd-ports/devel/libplist/files/patch-src__Dictionary.cpp
2013-09-06 19:58:38 +00:00

11 lines
308 B
C++

--- ./src/Dictionary.cpp.orig 2013-03-19 17:34:11.000000000 +0100
+++ ./src/Dictionary.cpp 2013-09-06 21:56:58.185535926 +0200
@@ -151,7 +151,7 @@
_map[key] = clone;
return _map.find(key);
}
- return iterator(NULL);
+ return iterator();
}
void Dictionary::Remove(Node* node)