summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Idtemplates.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Idtemplates.h')
-rw-r--r--c++/src/H5Idtemplates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Idtemplates.h b/c++/src/H5Idtemplates.h
index af9bccc..dbf5348 100644
--- a/c++/src/H5Idtemplates.h
+++ b/c++/src/H5Idtemplates.h
@@ -13,7 +13,7 @@ namespace H5 {
// a member function so it can be template to work around that problem.
template <class Type>
-void resetIdComponent(
+__DLLCPP__ void resetIdComponent(
Type* obj ) // pointer to object to be reset
{
if( obj->noReference()) // ref count of this object is decremented here