diff --git a/src/cas/generic/caServerIIL.h b/src/cas/generic/caServerIIL.h index a9fd00d9b..7ba33c994 100644 --- a/src/cas/generic/caServerIIL.h +++ b/src/cas/generic/caServerIIL.h @@ -64,7 +64,7 @@ inline caServer * caServerI::operator -> () // inline casRes *caServerI::lookupRes(const caResId &idIn, casResType type) { - chronIntId tmpId (idIn); + chronIntId tmpId (idIn); epicsGuard < epicsMutex > locker ( this->mutex ); casRes *pRes = this->chronIntIdResTable::lookup ( tmpId );