From 23550232b932270df3574b21334808da72916224 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 21 Nov 2016 09:59:17 +0100 Subject: [PATCH] Fixed compile error --- src/controller/controller_push.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/controller_push.cpp b/src/controller/controller_push.cpp index b8a91c97..0ee76712 100644 --- a/src/controller/controller_push.cpp +++ b/src/controller/controller_push.cpp @@ -15,7 +15,7 @@ namespace Controller{ std::map activePushes; /// Internal list of waiting pushes - std::map> waitingPushes; + std::map > waitingPushes; static bool mustWritePushList = false; static bool pushListRead = false;