X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/401889f079da7619db7aa637fd8a25951bab625d..74a8f67d96591cec101def2a7d47c64072aff7fd:/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 }