C++ needs variables to have a type, use int as a default.
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 2 Apr 2012 14:14:09 +0000 (15:14 +0100)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 2 Apr 2012 14:14:09 +0000 (15:14 +0100)
cde/programs/dtmail/dtmail/RoamApp.C

index b4bf515bad9177aadfe5f7d0d80cbcdd1ffe3ce1..ab36d16faec3a4f73f2632627ecbd658d1c6df1d 100644 (file)
@@ -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};