summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r--c++/src/H5DxferProp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h
index 5bdb557..dab2907 100644
--- a/c++/src/H5DxferProp.h
+++ b/c++/src/H5DxferProp.h
@@ -49,10 +49,10 @@ class H5_DLLCPP DSetMemXferPropList : public PropList {
void getBtreeRatios( double& left, double& middle, double& right ) const;
// Sets an exception handling callback for datatype conversion
- void setTypeConvCB( H5T_conv_except_func_t *op, void *user_data) const;
+ void setTypeConvCB( H5T_conv_except_func_t op, void *user_data) const;
// Gets the exception handling callback for datatype conversion
- void getTypeConvCB( H5T_conv_except_func_t **op, void **user_data) const;
+ void getTypeConvCB( H5T_conv_except_func_t *op, void **user_data) const;
// Sets the memory manager for variable-length datatype
// allocation in H5Dread and H5Dvlen_reclaim