From 990bc3589688a0a1f99683d9dc014fe725e22add Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 7 Aug 1999 01:02:31 +0000 Subject: [PATCH] solaris compiler issues --- src/cas/generic/casEventMask.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casEventMask.cc b/src/cas/generic/casEventMask.cc index 5001bf95b..58bf90f61 100644 --- a/src/cas/generic/casEventMask.cc +++ b/src/cas/generic/casEventMask.cc @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.12 1999/08/07 00:55:35 jhill + * solaris compiler issues + * * Revision 1.11 1999/08/04 23:53:20 jhill * elimated init flag and init routine * @@ -137,7 +140,7 @@ casEventMask casEventRegistry::registerEvent(const char *pName) // NOTE: pName outlives id here // (so the refString option is ok) // - stringIdentifier <16,8> id (pName, stringId::refString); + stringIdentifier <16,8> id (pName, stringIdentifier <16,8>::refString); casEventMaskEntry *pEntry; casEventMask mask;