mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
[svn-r29004] Description:
Removed extra ';'.
Platform tested
jam (very minor)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user