DMC error fix: dynamic initialization of static data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4b524c27cc
commit
24207dfcc3
@ -184,7 +184,7 @@ public:
|
||||
wxBMP_24BPP
|
||||
};
|
||||
|
||||
static const wxString bppchoices[] =
|
||||
const wxString bppchoices[] =
|
||||
{
|
||||
_T("1 bpp color"),
|
||||
_T("1 bpp B&W"),
|
||||
@ -229,7 +229,7 @@ public:
|
||||
wxPNG_TYPE_GREY_RED,
|
||||
};
|
||||
|
||||
static const wxString pngchoices[] =
|
||||
const wxString pngchoices[] =
|
||||
{
|
||||
_T("Colour 8bpp"),
|
||||
_T("Colour 16bpp"),
|
||||
|
Loading…
Reference in New Issue
Block a user