mirror of https://gitee.com/bigwinds/arangodb
make ctor explicit
This commit is contained in:
parent
10ddb52964
commit
535eca3ae0
|
@ -57,7 +57,7 @@ namespace aql {
|
||||||
class Parser {
|
class Parser {
|
||||||
public:
|
public:
|
||||||
/// @brief create the parser
|
/// @brief create the parser
|
||||||
Parser(Query*);
|
explicit Parser(Query*);
|
||||||
|
|
||||||
/// @brief destroy the parser
|
/// @brief destroy the parser
|
||||||
~Parser();
|
~Parser();
|
||||||
|
|
Loading…
Reference in New Issue