]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/theme.cpp
PCH-less build fix
[wxWidgets.git] / src / univ / theme.cpp
index 8997f255a8859873449ff0337c94160a657c774a..47fae5820b156e8f9756bc7eb6bb826057b12d51 100644 (file)
@@ -39,8 +39,8 @@
 // implementation
 // ============================================================================
 
-wxThemeInfo *wxTheme::ms_allThemes = (wxThemeInfo *)NULL;
-wxTheme *wxTheme::ms_theme = (wxTheme *)NULL;
+wxThemeInfo *wxTheme::ms_allThemes = NULL;
+wxTheme *wxTheme::ms_theme = NULL;
 
 // ----------------------------------------------------------------------------
 // "dynamic" theme creation
@@ -70,7 +70,7 @@ wxThemeInfo::wxThemeInfo(Constructor c,
         info = info->next;
     }
 
-    return (wxTheme *)NULL;
+    return NULL;
 }
 
 // ----------------------------------------------------------------------------