Fixed compile error
This commit is contained in:
parent
781cad41c8
commit
23550232b9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Controller{
|
||||||
std::map<pid_t, JSON::Value> activePushes;
|
std::map<pid_t, JSON::Value> activePushes;
|
||||||
|
|
||||||
/// Internal list of waiting pushes
|
/// Internal list of waiting pushes
|
||||||
std::map<std::string, std::map<std::string, unsigned int>> waitingPushes;
|
std::map<std::string, std::map<std::string, unsigned int> > waitingPushes;
|
||||||
|
|
||||||
static bool mustWritePushList = false;
|
static bool mustWritePushList = false;
|
||||||
static bool pushListRead = false;
|
static bool pushListRead = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue