diff options
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r-- | c++/src/H5CommonFG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h index 1ede66b..075aca2 100644 --- a/c++/src/H5CommonFG.h +++ b/c++/src/H5CommonFG.h @@ -69,6 +69,7 @@ class H5_DLLCPP CommonFG { // Retrieves the name of an object in this group, given the // object's index. ssize_t getObjnameByIdx(hsize_t idx, string& name, size_t size) const; + string getObjnameByIdx(hsize_t idx) const; // Returns the type of an object in this group, given the // object's index. |