solaris compiler issues

This commit is contained in:
Jeff Hill
1999-08-07 01:02:31 +00:00
parent 4fd24a1338
commit 990bc35896

View File

@@ -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;