fixed gnu detected problem

This commit is contained in:
Jeff Hill
2002-09-17 18:13:32 +00:00
parent 6433d3699b
commit 021e060853

View File

@@ -118,7 +118,7 @@ epicsTimerNotify::expireStatus::expireStatus
( restart_t restartIn, const double & expireDelaySec ) :
delay ( expireDelaySec )
{
if ( restartIn != restart ) {
if ( restartIn != epicsTimerNotify::restart ) {
throw std::logic_error
( "no timer restart was requested, but a delay was specified?" );
}