diff Framework/HttpQueries/HttpQueriesQueue.h @ 3:9bcd6eadcff5

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Sep 2018 12:14:20 +0200
parents 95226b754d9e
children 4c3437217518
line wrap: on
line diff
--- a/Framework/HttpQueries/HttpQueriesQueue.h	Mon Sep 17 12:05:51 2018 +0200
+++ b/Framework/HttpQueries/HttpQueriesQueue.h	Mon Sep 17 12:14:20 2018 +0200
@@ -76,7 +76,7 @@
 
     void Enqueue(IHttpQuery* query);  // Takes ownership
 
-    bool ExecuteOneQuery(uint64_t& networkTraffic);
+    bool ExecuteOneQuery(size_t& networkTraffic);
 
     Status WaitComplete(unsigned int timeoutMS);