some compilers warn about implicitly converting 0 and 1 to size_t -- use 0u and 1u...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Apr 2006 23:45:14 +0000 (23:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 6 Apr 2006 23:45:14 +0000 (23:45 +0000)
commit2ed8c8dd1fe17ca76581ac387fe2e93a71af0617
tree8be4a00f4d47813df620919f5ddffdc500702eda
parent2e2cf78dc1f2db0caa8b982a072e88d13c8303cf
some compilers warn about implicitly converting 0 and 1 to size_t -- use 0u and 1u instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/hashmap.h