mirror of https://gitee.com/bigwinds/arangodb
fix compilation
This commit is contained in:
parent
eba7c7d360
commit
5369afe5fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue