fixed gnu compiler errors

This commit is contained in:
Jeff Hill
2002-10-24 00:28:46 +00:00
parent 77176a6218
commit 4401de7cd0
3 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
* between the 1st and 2nd beacons)
*/
bhe::bhe ( const epicsTime & initialTimeStamp,
unsigned initialBeaconNumber, const inetAddrID & addr ) :
unsigned initialBeaconNumber, const inetAddrID & addr ) throw () :
inetAddrID ( addr ), timeStamp ( initialTimeStamp ), averagePeriod ( - DBL_MAX ),
lastBeaconNumber ( initialBeaconNumber )
{