diff options
Diffstat (limited to 'common/macresman.h')
-rw-r--r-- | common/macresman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/macresman.h b/common/macresman.h index 4b0aea18f6..1cbebbcf4b 100644 --- a/common/macresman.h +++ b/common/macresman.h @@ -134,10 +134,10 @@ public: String getResName(uint32 typeID, uint16 resID) const; /** - * Get the size of the resource fork - * @return The size of the resource fork + * Get the size of the data portion of the resource fork + * @return The size of the data portion of the resource fork */ - uint32 getResForkSize() const; + uint32 getResForkDataSize() const; /** * Calculate the MD5 checksum of the resource fork |