diff options
Diffstat (limited to 'c++/src/H5FcreatProp.h')
-rw-r--r-- | c++/src/H5FcreatProp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5FcreatProp.h b/c++/src/H5FcreatProp.h index 2a65b0c..5bb1420 100644 --- a/c++/src/H5FcreatProp.h +++ b/c++/src/H5FcreatProp.h @@ -7,7 +7,7 @@ namespace H5 { #endif // class for file access properties -class __DLLCPP__ FileCreatPropList : public PropList { +class H5_DLLCPP FileCreatPropList : public PropList { public: static const FileCreatPropList DEFAULT; |