]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
Eliminated two unneeded arguments from wxPropertyGrid::DoDrawItems()
[wxWidgets.git] / src / motif / utils.cpp
index e5ba829b5d1587f95c787c77f9c31097fd45c209..4eda0e2f08a4d43c341d222d2a6e3330393da88a 100644 (file)
@@ -542,7 +542,7 @@ void wxDoChangeBackgroundColour(WXWidget widget, const wxColour& backgroundColou
         return;
 
     wxComputeColours (XtDisplay((Widget) widget), & backgroundColour,
-        (wxColour*) NULL);
+        NULL);
 
     XtVaSetValues ((Widget) widget,
         XmNbackground, g_itemColors[wxBACK_INDEX].pixel,