diff options
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r-- | c++/src/H5DcreatProp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h index c469326..1c164b1 100644 --- a/c++/src/H5DcreatProp.h +++ b/c++/src/H5DcreatProp.h @@ -6,7 +6,7 @@ namespace H5 { #endif -class DSetCreatPropList : public PropList { +class __DLLCPP__ DSetCreatPropList : public PropList { public: static const DSetCreatPropList DEFAULT; |