]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
no message
[wxWidgets.git] / include / wx / motif / dcclient.h
index b683eb6b1c1523310e65416dd93630262a485d8c..fc256e3e4dc1d958642f49415dc34e8329a6be56 100644 (file)
@@ -64,7 +64,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC
     virtual void DrawEllipse( long x, long y, long width, long height );
     
     virtual bool CanDrawBitmap(void) const;
-    virtual void DrawIcon( const wxIcon &icon, long x, long y, bool useMask=FALSE );
+    virtual void DrawIcon( const wxIcon &icon, long x, long y);
     virtual bool Blit( long xdest, long ydest, long width, long height,
        wxDC *source, long xsrc, long ysrc, int logical_func = wxCOPY, bool useMask=FALSE );