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,
|
||||
void *client_data)
|
||||
{
|
||||
static const MAXBUSYSTATES=20;
|
||||
static const int MAXBUSYSTATES=20;
|
||||
static int busyStateStackTop = 0;
|
||||
static DtMailBusyState busyStateStack[MAXBUSYSTATES] =
|
||||
{DtMailBusyState_NotBusy};
|
||||
|
||||
Reference in New Issue
Block a user