src/ca/client: no need to remove const

This commit is contained in:
Michael Davidsaver
2015-08-18 14:33:44 -04:00
parent b6fbea9610
commit 9d00978176
4 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ epicsTimerNotify::expireStatus repeaterSubscribeTimer::
}
}
void repeaterSubscribeTimer::show ( unsigned /* level */ )
void repeaterSubscribeTimer::show ( unsigned /* level */ ) const
{
epicsGuard < epicsMutex > guard ( this->stateMutex );