summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Attribute.h')
-rw-r--r--c++/src/H5Attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Attribute.h b/c++/src/H5Attribute.h
index 49faeea..7da4798 100644
--- a/c++/src/H5Attribute.h
+++ b/c++/src/H5Attribute.h
@@ -66,7 +66,7 @@ class H5_DLLCPP Attribute : public AbstractDs, public IdComponent {
// Gets/Sets the attribute id.
virtual hid_t getId() const;
- virtual void setId(const hid_t new_id);
+ virtual void p_setId(const hid_t new_id);
// Destructor: properly terminates access to this attribute.
virtual ~Attribute();