summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r--c++/src/H5File.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h
index 92b1e20..060a121 100644
--- a/c++/src/H5File.h
+++ b/c++/src/H5File.h
@@ -111,7 +111,7 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG {
// Gets/Sets the HDF5 file id.
virtual hid_t getId() const;
- virtual void setId(const hid_t new_id);
+ virtual void p_setId(const hid_t new_id);
// H5File destructor.
virtual ~H5File();