summaryrefslogtreecommitdiffstats
path: root/c++/src/H5RefCounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5RefCounter.h')
-rw-r--r--c++/src/H5RefCounter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5RefCounter.h b/c++/src/H5RefCounter.h
index f4ebc40..e30fae3 100644
--- a/c++/src/H5RefCounter.h
+++ b/c++/src/H5RefCounter.h
@@ -22,7 +22,7 @@ const bool true = 1;
#endif
-class __DLLCPP__ RefCounter {
+class H5_DLLCPP RefCounter {
public:
// Creates a reference counter to be used by an HDF5 object
RefCounter();