[svn-r29004] Description:

Removed extra ';'.
Platform tested
    jam (very minor)
This commit is contained in:
Binh-Minh Ribler 2016-01-28 11:26:08 -05:00
parent 1454a45826
commit 72bc67f464

View File

@ -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