Fix gcc warnings about comparing iterators with NULL in STL build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 22:23:51 +0000 (22:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 22:23:51 +0000 (22:23 +0000)
commit864299f7992e868dc9f4d6ec7a0fae96919179c4
treea85b582505216b94aeb88997da22185d8cb6a8da
parentb7ff06ad158d6c3c859eb3241ad6f5c038fef7f4
Fix gcc warnings about comparing iterators with NULL in STL build.

Iterators are not pointers and shouldn't be compared to NULL.

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