From f0de7c9e18f5647d6ebc13d2c26d7605df030cb7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 26 Jul 2025 13:09:10 +0100 Subject: Fix warnings in UnpackPqTextArray --- gentoobrowse-api/domain/unpackPqTextArray.h | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3