diff --git a/arangod/Aql/Query.h b/arangod/Aql/Query.h index 0f840e6aec..c7e6fdc37d 100644 --- a/arangod/Aql/Query.h +++ b/arangod/Aql/Query.h @@ -95,7 +95,7 @@ class Query { QueryPart ); - TEST_VIRTUAL ~Query(); + virtual ~Query(); /// @brief clone a query /// note: as a side-effect, this will also create and start a transaction for @@ -401,4 +401,4 @@ class Query { } } -#endif \ No newline at end of file +#endif