]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xlocale.cpp
fixed wxXmlResource::Load's detection of filenames to be done as early as possible
[wxWidgets.git] / src / common / xlocale.cpp
index 6adb86b8d996cb5a4baf1e5bbd8c451c81d3cf51..b04288c64869562cb034d51c12ea097fc7842c79 100644 (file)
@@ -71,7 +71,7 @@ wxXLocale& wxXLocale::GetCLocale()
 {
     if ( !gs_cLocale )
     {
-        gs_cLocale = new wxXLocale(wx_static_cast(wxXLocaleCTag *, NULL));
+        gs_cLocale = new wxXLocale(static_cast<wxXLocaleCTag *>(NULL));
     }
 
     return *gs_cLocale;