summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-07-26 13:09:10 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-07-26 13:09:10 +0100
commitf0de7c9e18f5647d6ebc13d2c26d7605df030cb7 (patch)
treeffe519c38a22b3ff2532c0b27b50d3f6831c72aa
parentPedantic only with gcc (diff)
downloadgentoobrowse-api-f0de7c9e18f5647d6ebc13d2c26d7605df030cb7.tar.bz2
gentoobrowse-api-f0de7c9e18f5647d6ebc13d2c26d7605df030cb7.tar.xz
gentoobrowse-api-f0de7c9e18f5647d6ebc13d2c26d7605df030cb7.zip
Fix warnings in UnpackPqTextArray
-rw-r--r--gentoobrowse-api/domain/unpackPqTextArray.h3
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;