mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r12799] Purpose: Fixed typo
Description: Removed a leftover prototype. Platform tested: Linux 2.6 (kagiso) - very minor
This commit is contained in:
parent
22023b1e9f
commit
8ee7c55fea
@ -83,9 +83,6 @@ class H5_DLLCPP DataSet : public AbstractDs {
|
||||
void* Reference(const char* name) const; // will be obsolete
|
||||
void* Reference(const H5std_string& name) const; // will be obsolete
|
||||
|
||||
// Opens a referenced dataset.
|
||||
DataSet dereference(void* ref) const;
|
||||
|
||||
// Returns this class name
|
||||
virtual H5std_string fromClass () const { return("DataSet"); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user