diff options
Diffstat (limited to 'c++/src/H5DataSet.h')
-rw-r--r-- | c++/src/H5DataSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DataSet.h b/c++/src/H5DataSet.h index dba39b0..92040c4 100644 --- a/c++/src/H5DataSet.h +++ b/c++/src/H5DataSet.h @@ -8,7 +8,7 @@ namespace H5 { #endif -class __DLLCPP__ DataSet : public AbstractDs { +class H5_DLLCPP DataSet : public AbstractDs { public: // Gets the dataspace of this dataset. virtual DataSpace getSpace() const; |