1
0
Fork 0

make ctor explicit

This commit is contained in:
jsteemann 2017-02-17 15:56:55 +01:00
parent 10ddb52964
commit 535eca3ae0
1 changed files with 1 additions and 1 deletions

View File

@ -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();