1
0
Fork 0

fix compilation

This commit is contained in:
jsteemann 2018-07-26 13:39:39 +02:00
parent eba7c7d360
commit 5369afe5fc
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ public:
};
/// @brief _queries, the actual map of maps for the registry
std::unordered_map<std::string, std::unordered_map<QueryId, QueryInfo*>>
/// maps from vocbase name to list queries
std::unordered_map<std::string, std::unordered_map<QueryId, std::unique_ptr<QueryInfo>>>
_queries;
/// @brief _lock, the read/write lock for access