summaryrefslogtreecommitdiffstats
path: root/c++/src/H5AtomType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5AtomType.h')
-rw-r--r--c++/src/H5AtomType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5AtomType.h b/c++/src/H5AtomType.h
index 046989f..23a5e17 100644
--- a/c++/src/H5AtomType.h
+++ b/c++/src/H5AtomType.h
@@ -10,7 +10,7 @@
#ifndef H5_NO_NAMESPACE
namespace H5 {
#endif
-class AtomType : public DataType {
+class __DLLCPP__ AtomType : public DataType {
public:
// Sets the total size for an atomic datatype.
void setSize( size_t size ) const;