diff --git a/src/blackmisc/datastoreobjectlist.h b/src/blackmisc/datastoreobjectlist.h index c6869d87e..6d0b9ccb2 100644 --- a/src/blackmisc/datastoreobjectlist.h +++ b/src/blackmisc/datastoreobjectlist.h @@ -77,8 +77,11 @@ namespace BlackMisc } extern template class BLACKMISC_EXPORT_TEMPLATE IDatastoreObjectListWithIntegerKey; + extern template class BLACKMISC_EXPORT_TEMPLATE IDatastoreObjectListWithIntegerKey; + extern template class BLACKMISC_EXPORT_TEMPLATE IDatastoreObjectListWithIntegerKey; extern template class BLACKMISC_EXPORT_TEMPLATE IDatastoreObjectListWithIntegerKey; extern template class BLACKMISC_EXPORT_TEMPLATE IDatastoreObjectListWithStringKey; + extern template class BLACKMISC_EXPORT_TEMPLATE IDatastoreObjectListWithStringKey; //! \endcond } //namespace