From 2a1541e80a209334ce1198bad6844f6e23d5a615 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 27 Mar 2002 19:19:11 +0000 Subject: [PATCH] cosmetic --- src/cas/generic/caServerIIL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );