fixed gnu detected problem
This commit is contained in:
@@ -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?" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user