mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
C++ needs variables to have a type, use int as a default.
This commit is contained in:
parent
8f43a96122
commit
dcbef994e0
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue