]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Initialize wxDateTime::Tm::yday in the ctor.
[wxWidgets.git] / src / motif / msgdlg.cpp
index 49b7fb846895cdc9f42e369fc438c0324b6cf83a..5a7a63b83a8e79f0e5432ff548a5319124435cef 100644 (file)
@@ -156,7 +156,7 @@ int wxMessageDialog::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++;