summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-09-26 17:40:57 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-09-26 17:40:57 (GMT)
commitb18472bb908a525f38974140c20e08492853855c (patch)
tree99a84231fd469a6680c7fc91e411122f187135a0 /Swiften
parent04e4f8cee488ad722092c6bdad358341a1c94fbd (diff)
downloadswift-b18472bb908a525f38974140c20e08492853855c.zip
swift-b18472bb908a525f38974140c20e08492853855c.tar.bz2
Use boost int type in FileTransfer.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/FileTransfer/FileTransfer.h2
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;