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