diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-08-10 18:54:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-08-10 18:54:06 (GMT) |
commit | 7d949c9da91b33955d4e253c1093a4f23fb63523 (patch) | |
tree | be3c9712212895401ff6798a99c3ddf1bfe3fd08 /src/H5Dpublic.h | |
parent | 03efcfe00f186cac97bcccfae52d3c1dd4091742 (diff) | |
download | hdf5-7d949c9da91b33955d4e253c1093a4f23fb63523.zip hdf5-7d949c9da91b33955d4e253c1093a4f23fb63523.tar.gz hdf5-7d949c9da91b33955d4e253c1093a4f23fb63523.tar.bz2 |
[svn-r1566] Changed C++ "operator" keyword to "op"
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index ba0205c..adf617c 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -61,7 +61,7 @@ __DLL__ herr_t H5Dwrite (hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, const void *buf); __DLL__ herr_t H5Dextend (hid_t dset_id, const hsize_t *size); __DLL__ herr_t H5Diterate(void *buf, hid_t type_id, hid_t space_id, - H5D_operator_t operator, void *operator_data); + H5D_operator_t op, void *operator_data); __DLL__ herr_t H5Dvlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void *buf); __DLL__ herr_t H5Ddebug(hid_t dset_id, unsigned int flags); |