diff options
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/FileTransfer/FileTransfer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/FileTransfer/FileTransfer.h b/Swiften/FileTransfer/FileTransfer.h index 27a1433..336c51c 100644 --- a/Swiften/FileTransfer/FileTransfer.h +++ b/Swiften/FileTransfer/FileTransfer.h @@ -39,7 +39,7 @@ public: typedef boost::shared_ptr<FileTransfer> ref; public: - uintmax_t fileSizeInBytes; + boost::uintmax_t fileSizeInBytes; std::string filename; std::string algo; std::string hash; |