mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r29004] Description:
Removed extra ';'. Platform tested jam (very minor)
This commit is contained in:
parent
1454a45826
commit
72bc67f464
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user