diff options
Diffstat (limited to 'vmime/fileAttachment.hpp')
| -rw-r--r-- | vmime/fileAttachment.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vmime/fileAttachment.hpp b/vmime/fileAttachment.hpp index 2d9ff575..1e7a808a 100644 --- a/vmime/fileAttachment.hpp +++ b/vmime/fileAttachment.hpp @@ -158,18 +158,18 @@ public: * * @return file size */ - utility::stream::size_type getSize() const; + size_t getSize() const; /** Set the value of the 'size' property. * * @param size file size */ - void setSize(const utility::stream::size_type size); + void setSize(const size_t size); private: word* m_filename; - utility::stream::size_type* m_size; + size_t * m_size; datetime* m_creationDate; datetime* m_modifDate; datetime* m_readDate; |
