diff options
Diffstat (limited to 'c++/src/H5DataSpace.h')
-rw-r--r-- | c++/src/H5DataSpace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DataSpace.h b/c++/src/H5DataSpace.h index 5ec7842..3e6aeac 100644 --- a/c++/src/H5DataSpace.h +++ b/c++/src/H5DataSpace.h @@ -6,7 +6,7 @@ namespace H5 { #endif -class __DLLCPP__ DataSpace : public IdComponent { +class H5_DLLCPP DataSpace : public IdComponent { public: // Default DataSpace objects static const DataSpace ALL; |