From 7581faf616eef3617152b9ad05b939999f442502 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 2 May 2003 12:16:28 +0000 Subject: [PATCH] digital mars updated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/icon.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/msw/icon.h b/include/wx/msw/icon.h index 4583310223..a83ec7baa4 100644 --- a/include/wx/msw/icon.h +++ b/include/wx/msw/icon.h @@ -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, -- 2.45.2