X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2e4537233bf14d46d4915bb046ae7ac27b2c8a1..a43a9e5521440dbb28037646ed4a07125c8823a9:/src/univ/theme.cpp diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp index 8997f255a8..47fae5820b 100644 --- a/src/univ/theme.cpp +++ b/src/univ/theme.cpp @@ -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; } // ----------------------------------------------------------------------------