diff --git a/src/gdd/gddAppFuncTable.h b/src/gdd/gddAppFuncTable.h index fd3160a58..11ea8d907 100644 --- a/src/gdd/gddAppFuncTable.h +++ b/src/gdd/gddAppFuncTable.h @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.9 1998/05/06 21:40:02 jhill + * updated for g++ 2.8.1 + * * Revision 1.8 1998/04/14 00:51:33 jhill * code around ms sizeof() bug V5.0 * @@ -334,7 +337,7 @@ gddAppFuncTableStatus gddAppFuncTable::read(PV &pv, gdd &value) template gddAppFuncTableStatus gddAppFuncTable::callReadFunc (PV &pv, gdd &value) { - unsigned type = value.applicationType(); + unsigned type; gddAppFuncTablePMF(pFunc); //