mirror of https://gitee.com/bigwinds/arangodb
make toJson() virtual so derived ones can overload it.
This commit is contained in:
parent
42081165e0
commit
f49ae38f25
|
@ -120,8 +120,8 @@ namespace triagens {
|
|||
}
|
||||
}
|
||||
|
||||
void toJson (triagens::basics::Json& json,
|
||||
TRI_memory_zone_t* zone) const;
|
||||
virtual void toJson (triagens::basics::Json& json,
|
||||
TRI_memory_zone_t* zone) const;
|
||||
|
||||
bool matchesCheck (TRI_doc_mptr_t& element,
|
||||
TRI_document_collection_t* collection,
|
||||
|
|
Loading…
Reference in New Issue