summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-29 13:51:29 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-29 13:51:29 (GMT)
commit61ab7b8bf3f15e31728ed5d4274a4e826f76ff7a (patch)
treeec8d1f78ce20288e0151cda3393561ed34215329 /c++
parent821ce6874d9e2b322dda171f95901d5f68a1c26a (diff)
downloadhdf5-61ab7b8bf3f15e31728ed5d4274a4e826f76ff7a.zip
hdf5-61ab7b8bf3f15e31728ed5d4274a4e826f76ff7a.tar.gz
hdf5-61ab7b8bf3f15e31728ed5d4274a4e826f76ff7a.tar.bz2
[svn-r29016] Merge of r28936, 28949, 28960-29009 from trunk.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran and C++ autotools parallel (MPICH 3.1.4) w/ Fortran CMake serial (3.3.2, via cmakehdf5)
Diffstat (limited to 'c++')
-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