]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/stattext.cpp
* Added wxsocket lib and sample (I hope I don't forget some file)
[wxWidgets.git] / src / gtk / stattext.cpp
index b533595706d45cac26daf633a6787ee94f1e5212..502014914f8b1df3622b95d10af60c10fd510128 100644 (file)
@@ -99,7 +99,7 @@ bool wxStaticText::Create( wxWindow *parent, wxWindowID id, const wxString &labe
 
 wxString wxStaticText::GetLabel(void) const
 {
-  char *str = NULL;
+  char *str = (char *) NULL;
   gtk_label_get( GTK_LABEL(m_widget), &str );
   wxString tmp( str );
   return tmp;