mirror of https://gitee.com/bigwinds/arangodb
make dtor always virtual
this is required because Query has virtual functions
This commit is contained in:
parent
8e28b03efd
commit
396d98a1cc
|
@ -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
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue