summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r--c++/src/H5File.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h
index 2defa2e..8e5d46a 100644
--- a/c++/src/H5File.h
+++ b/c++/src/H5File.h
@@ -6,7 +6,7 @@
namespace H5 {
#endif
-class H5File : public IdComponent, public CommonFG {
+class __DLLCPP__ H5File : public IdComponent, public CommonFG {
public:
// copy constructor: makes a copy of the original H5File object.
H5File(const H5File& original );