]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/settings.cpp
compile warnings removed
[wxWidgets.git] / src / msw / settings.cpp
index 418477ee81d741b17f463b3c2fbe90be8b8fd3e2..e81d059ce07573b1764339812258567ad024b940 100644 (file)
@@ -49,7 +49,7 @@ wxColour wxSystemSettings::GetSystemColour(int index)
 wxFont wxSystemSettings::GetSystemFont(int index)
 {
        HFONT hFont = (HFONT) ::GetStockObject(index);
-       if ( hFont != NULL )
+       if ( hFont != (HFONT) NULL )
        {
                LOGFONT lf;
                if ( ::GetObject(hFont, sizeof(LOGFONT), &lf) != 0 )