summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Library.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-01-28 16:27:25 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-01-28 16:27:25 (GMT)
commit2c0fc552bbc478843a0d0d9030b8ffdc3a116e78 (patch)
tree210d16ba73add9c7b518f999891c1de5ee76b1e2 /c++/src/H5Library.cpp
parentd29b786508f93de13ed15fbcd69adfc7e9fcbd00 (diff)
downloadhdf5-2c0fc552bbc478843a0d0d9030b8ffdc3a116e78.zip
hdf5-2c0fc552bbc478843a0d0d9030b8ffdc3a116e78.tar.gz
hdf5-2c0fc552bbc478843a0d0d9030b8ffdc3a116e78.tar.bz2
[svn-r29005] Description:
Removed extra ';'. Platform tested jam (very minor)
Diffstat (limited to 'c++/src/H5Library.cpp')
-rw-r--r--c++/src/H5Library.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Library.cpp b/c++/src/H5Library.cpp
index 40c766a..be80fe4 100644
--- a/c++/src/H5Library.cpp
+++ b/c++/src/H5Library.cpp
@@ -262,10 +262,10 @@ void H5Library::setFreeListLimits(int reg_global_lim, int reg_list_lim,
}
// Default constructor - private
-H5Library::H5Library(){};
+H5Library::H5Library(){}
// Destructor - private
-H5Library::~H5Library(){};
+H5Library::~H5Library(){}
#ifndef H5_NO_NAMESPACE
} // end namespace