must use class keyword when instantiating template

This commit is contained in:
Jeff Hill
2002-03-28 01:13:09 +00:00
parent 8b6d1488de
commit e69ce4243f
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
# pragma warning ( disable:4660 )
#endif
template tsFreeList < dbChannelIO >;
template class tsFreeList < dbChannelIO >;
template class epicsSingleton < tsFreeList < dbChannelIO > >;
#ifdef _MSC_VER