]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/filedlg.cpp
rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
[wxWidgets.git] / src / motif / filedlg.cpp
index 490f92fb23403da6ee26f75f3ef7248d87223f2a..974b18b796ff56e3805dc05c66e1dbaed7da27e5 100644 (file)
@@ -168,7 +168,7 @@ int wxFileDialog::ShowModal()
 
     if (m_backgroundColour.Ok())
     {
-        wxComputeColours (dpy, & m_backgroundColour, (wxColour*) NULL);
+        wxComputeColours (dpy, & m_backgroundColour, NULL);
 
         XtSetArg(args[ac], XmNbackground, g_itemColors[wxBACK_INDEX].pixel); ac++;
         XtSetArg(args[ac], XmNtopShadowColor, g_itemColors[wxTOPS_INDEX].pixel); ac++;