X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/455f7c8205e5dc29d99026b158ae0a394dccc839..103bfa6f95659482787460a55f3ef542cc000fc7:/src/motif/msgdlg.cpp?ds=inline diff --git a/src/motif/msgdlg.cpp b/src/motif/msgdlg.cpp index 49b7fb8468..5a7a63b83a 100644 --- a/src/motif/msgdlg.cpp +++ b/src/motif/msgdlg.cpp @@ -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++;