]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dc.h
For wxMSW, split XPM handler into separate file (please add handler explicitly in...
[wxWidgets.git] / include / wx / motif / dc.h
index b9afc11fcaeb16a7c4eff4389569e6fc1c7f9103..35842b10956d51364148cda9dcd1767246b9a2b9 100644 (file)
@@ -142,7 +142,7 @@ class WXDLLEXPORT wxDC: public wxObject
     
     virtual bool CanDrawBitmap(void) const = 0;
 
-    virtual void DrawIcon( const wxIcon &icon, long x, long y, bool useMask=FALSE );
+    virtual void DrawIcon( const wxIcon &icon, long x, long y);
     inline void DrawIcon(const wxIcon& icon, const wxPoint& pt)
     {
         DrawIcon(icon, pt.x, pt.y);