From 72bc67f464dfb6f0dbbf6dc985db24d15f01ce8d Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Thu, 28 Jan 2016 11:26:08 -0500 Subject: [PATCH] [svn-r29004] Description: Removed extra ';'. Platform tested jam (very minor) --- c++/src/H5Library.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/src/H5Library.cpp b/c++/src/H5Library.cpp index 40c766a25ee..be80fe46fea 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