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

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