Use 0 instead of NULL to avoid g++ warning.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Aug 2011 19:31:52 +0000 (19:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Aug 2011 19:31:52 +0000 (19:31 +0000)
commit5d0152c2b9c04a2822c9f3acf65819b02c43909e
treeae7539e6ae567c39c04ffac06dbc79aab668186a
parent8c7b8711566dd58878106b78f31f5b9e331432a7
Use 0 instead of NULL to avoid g++ warning.

g++ (usefully) warns when assigning NULL to a non-pointer in wxGDIPlusRenderer.

Just use 0 instead of NULL to avoid the warning.

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