From b18472bb908a525f38974140c20e08492853855c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Mon, 26 Sep 2011 19:40:57 +0200 Subject: Use boost int type in FileTransfer. 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 ref; public: - uintmax_t fileSizeInBytes; + boost::uintmax_t fileSizeInBytes; std::string filename; std::string algo; std::string hash; -- cgit v0.10.2-6-g49f6