]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/fontutil.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / unix / fontutil.cpp
index 713510290d2ab769d75c787446d1b32bba0fd829..38e25cea97d2179a027ea65a2f4a98c0525fca11 100644 (file)
@@ -370,7 +370,7 @@ wxString wxNativeFontInfo::ToUserString() const
 // private data
 // ----------------------------------------------------------------------------
 
-static wxHashTable *g_fontHash = (wxHashTable*) NULL;
+static wxHashTable *g_fontHash = NULL;
 
 // ----------------------------------------------------------------------------
 // private functions
@@ -1407,7 +1407,7 @@ void wxFontModule::OnExit()
 {
     delete g_fontHash;
 
-    g_fontHash = (wxHashTable *)NULL;
+    g_fontHash = NULL;
 }
 
 #endif // GTK 2.0/1.x