summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/request_queue.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-12 19:46:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-12 19:46:00 +0300
commit6461f17159c83bfaeba1ecbd124ab53551f3e22d (patch)
tree9c85a0ab5cf0594b971a41b01cca04d22482b66e /protocols/Steam/src/request_queue.cpp
parent3b55ee911e8e2186c2d72e03874307d3aec91b8c (diff)
same thing, part 3
Diffstat (limited to 'protocols/Steam/src/request_queue.cpp')
-rw-r--r--protocols/Steam/src/request_queue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/request_queue.cpp b/protocols/Steam/src/request_queue.cpp
index 63e1c799b5..cca3dfc006 100644
--- a/protocols/Steam/src/request_queue.cpp
+++ b/protocols/Steam/src/request_queue.cpp
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
-RequestQueue::RequestQueue(HANDLE hConnection) :
+RequestQueue::RequestQueue(HNETLIBUSER hConnection) :
hConnection(hConnection), requests(1)
{
isTerminated = true;