From 2ca457903cffbaccf253a17bf6976bc9e710f8a3 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 3 Oct 2015 03:03:20 +0100 Subject: [PATCH] refs #475 Missing extern template declarations. --- src/blackmisc/datastoreobjectlist.h | 3 +++ 1 file changed, 3 insertions(+) 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