]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/window.cpp
compilation fix for gcc 3.3
[wxWidgets.git] / src / motif / window.cpp
index 9a7d7eb156fbbbc678ca173af4212022b7683012..3063917e6122e4a3e127698df2f855cfae5c9839 100644 (file)
@@ -634,7 +634,7 @@ void wxWindow::SetLabel(const wxString& label)
 
 wxString wxWindow::GetLabel() const
 {
-    char *label;
+    char *label = NULL;
     XtVaGetValues((Widget)GetMainWidget(), XmNtitle, &label, NULL);
 
     return wxString(label);