[svn-r17596] Description:

Clean up minor compiler warning.

Tested on:
	Mac OS X/32 10.6.1 (amazon)
This commit is contained in:
Quincey Koziol 2009-10-06 11:53:41 -05:00
parent 10db3806f2
commit 63647f7f56

View File

@ -229,7 +229,7 @@ hsize_t DataSet::getStorageSize() const
//--------------------------------------------------------------------------
size_t DataSet::getInMemDataSize() const
{
char *func = "DataSet::getInMemDataSize";
const char *func = "DataSet::getInMemDataSize";
// Get the data type of this dataset
hid_t mem_type_id = H5Dget_type(id);