]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/icon.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / msw / icon.h
index 741874298ca04f746b5409c054455f68229d33ef..a83ec7baa46b605384cb79442d27333e8043d266 100644 (file)
@@ -55,6 +55,7 @@ public:
     wxIcon(const char bits[], int width, int height);
         // from XPM data
     wxIcon(const char **data) { CreateIconFromXpm(data); }
+
     wxIcon(char **data) { CreateIconFromXpm((const char **)data); }
         // from resource/file
     wxIcon(const wxString& name,