]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/icon.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / msw / icon.h
index 4583310223a01bbb8cb700de8b9c7f69347da2a3..a83ec7baa46b605384cb79442d27333e8043d266 100644 (file)
@@ -54,9 +54,8 @@ public:
         // from raw data
     wxIcon(const char bits[], int width, int height);
         // from XPM data
-#ifndef __DIGITALMARS__
     wxIcon(const char **data) { CreateIconFromXpm(data); }
-#endif
+
     wxIcon(char **data) { CreateIconFromXpm((const char **)data); }
         // from resource/file
     wxIcon(const wxString& name,