C++ needs variables to have a type, use int as a default.
This commit is contained in:
@@ -1649,7 +1649,7 @@ RoamApp::setBusyState(
|
|||||||
DtMailBusyState busy_state,
|
DtMailBusyState busy_state,
|
||||||
void *client_data)
|
void *client_data)
|
||||||
{
|
{
|
||||||
static const MAXBUSYSTATES=20;
|
static const int MAXBUSYSTATES=20;
|
||||||
static int busyStateStackTop = 0;
|
static int busyStateStackTop = 0;
|
||||||
static DtMailBusyState busyStateStack[MAXBUSYSTATES] =
|
static DtMailBusyState busyStateStack[MAXBUSYSTATES] =
|
||||||
{DtMailBusyState_NotBusy};
|
{DtMailBusyState_NotBusy};
|
||||||
|
|||||||
Reference in New Issue
Block a user