don't compare wxList::compatibility_iterator with NULL, this operation is undefined...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 May 2007 01:45:37 +0000 (01:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 May 2007 01:45:37 +0000 (01:45 +0000)
commit35f94ffd662be58153e6d8b52bcdc9edf60eabc7
tree2769ccb6ae8beb89a9868734a19f0321400c5bf2
parent767e0835628a60f8a4c15775f24e997a4ae44dbb
don't compare wxList::compatibility_iterator with NULL, this operation is undefined and provokes g++ warnings about using NULL in arithmetic expression

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/toolbar.cpp