X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/401889f079da7619db7aa637fd8a25951bab625d..b404a8f3b072129c107c6d9a5e0f6f53cd34807b:/src/msw/graphics.cpp diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index c1c7df147c..0bc8226142 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -1906,7 +1906,7 @@ void wxGDIPlusRenderer::Unload() if ( m_gditoken ) { GdiplusShutdown(m_gditoken); - m_gditoken = NULL; + m_gditoken = 0; } m_loaded = -1; // next Load() will try again }