summaryrefslogtreecommitdiffstats
path: root/c++/src/H5AtomType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5AtomType.h')
-rw-r--r--c++/src/H5AtomType.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/H5AtomType.h b/c++/src/H5AtomType.h
index 165cbf5..14834c3 100644
--- a/c++/src/H5AtomType.h
+++ b/c++/src/H5AtomType.h
@@ -25,7 +25,8 @@ class AtomType : public DataType {
void setPrecision( size_t precision ) const;
// Retrieves the bit offset of the first significant bit.
- size_t getOffset() const;
+ // 12/05/00 - changed return type to int from size_t - C API
+ int getOffset() const;
// Sets the bit offset of the first significant bit.
void setOffset( size_t offset ) const;