From dcbef994e070488fab84a4cdafac060e30e143cd Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 2 Apr 2012 15:14:09 +0100 Subject: [PATCH] C++ needs variables to have a type, use int as a default. --- cde/programs/dtmail/dtmail/RoamApp.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtmail/dtmail/RoamApp.C b/cde/programs/dtmail/dtmail/RoamApp.C index b4bf515b..ab36d16f 100644 --- a/cde/programs/dtmail/dtmail/RoamApp.C +++ b/cde/programs/dtmail/dtmail/RoamApp.C @@ -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}; -- 2.25.1