diff options
-rw-r--r-- | gentoobrowse-api/domain/unpackPqTextArray.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gentoobrowse-api/domain/unpackPqTextArray.h b/gentoobrowse-api/domain/unpackPqTextArray.h index 47c4cb7..8df8f85 100644 --- a/gentoobrowse-api/domain/unpackPqTextArray.h +++ b/gentoobrowse-api/domain/unpackPqTextArray.h @@ -9,8 +9,7 @@ namespace Slicer { class UnpackPqTextArray : public yyFlexLexer { public: - UnpackPqTextArray(std::istream &); - virtual ~UnpackPqTextArray() = default; + explicit UnpackPqTextArray(std::istream &); int yylex() override; void LexerError(const char * msg) override; |