]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/enhmeta.h
rename wxRendererNative::DrawRadioButton() to DrawOptionButton() to avoid conflict...
[wxWidgets.git] / include / wx / msw / enhmeta.h
index e828b2935863f00eb626618718e233a8816d798f..b69aa337361c84f485de0de88e558dbe0558edf7 100644 (file)
@@ -37,7 +37,7 @@ public:
         { Free(); }
 
     // display the picture stored in the metafile on the given DC
-    bool Play(wxDC *dc, wxRect *rectBound = (wxRect *)NULL);
+    bool Play(wxDC *dc, wxRect *rectBound = NULL);
 
     // accessors
     virtual bool IsOk() const { return m_hMF != 0; }