1
0
Fork 0

make toJson() virtual so derived ones can overload it.

This commit is contained in:
Wilfried Goesgens 2015-11-25 16:49:38 +01:00
parent 42081165e0
commit f49ae38f25
1 changed files with 2 additions and 2 deletions

View File

@ -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,