]> git.saurik.com Git - wxWidgets.git/commit
Factor our hash function used for XRC ids hash map.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 19:34:05 +0000 (19:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 19:34:05 +0000 (19:34 +0000)
commitd807030e1eccc4ac1a7c434968fef654ea8bf38e
tree6474fb4b9cb71885008a089e61ac85b793c2b5c4
parent74c99b85523c93339596cd244181057f2744992a
Factor our hash function used for XRC ids hash map.

Define the hash function in a separate function instead of duplicating it in
XRCID_Lookup() and RemoveXRCIDEntry().

The hash function is extremely simplistic and inefficient right now, it should
be replaced with wxStringHash::stringHash().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/xrc/xmlres.cpp