git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61069
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// this array is indexed by wxButton::State values and so must be kept in
// sync with it
// this array is indexed by wxButton::State values and so must be kept in
// sync with it
- static const uxStates[] =
+ static const int uxStates[] =
{
PBS_NORMAL, PBS_HOT, PBS_PRESSED, PBS_DISABLED, PBS_DEFAULTED
};
{
PBS_NORMAL, PBS_HOT, PBS_PRESSED, PBS_DISABLED, PBS_DEFAULTED
};