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 {
|
||||
public:
|
||||
/// @brief create the parser
|
||||
Parser(Query*);
|
||||
explicit Parser(Query*);
|
||||
|
||||
/// @brief destroy the parser
|
||||
~Parser();
|
||||
|
|
Loading…
Reference in New Issue