projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added default ctor and Create() to wxRearrangeDialog for consistency
[wxWidgets.git]
/
include
/
wx
/
hashmap.h
diff --git
a/include/wx/hashmap.h
b/include/wx/hashmap.h
index 8618a211e7ffeb1362678c5a50a5ce9190a68070..d9260758f89560599bf74df2e5d1bf25dd91fe23 100644
(file)
--- a/
include/wx/hashmap.h
+++ b/
include/wx/hashmap.h
@@
-671,8
+671,6
@@
public: \
Node *node = GetOrCreateNode( \
CLASSNAME##_wxImplementation_Pair( v.first, v.second ), \
created); \
Node *node = GetOrCreateNode( \
CLASSNAME##_wxImplementation_Pair( v.first, v.second ), \
created); \
- if ( !created ) \
- node->m_value.second = v.second; \
return Insert_Result(iterator(node, this), created); \
} \
\
return Insert_Result(iterator(node, this), created); \
} \
\