diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2024-01-02 13:31:23 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2024-01-02 13:31:23 +0000 |
commit | ef9ece507205506f5694b9578cf89e9f4f0a43b2 (patch) | |
tree | 72e74cdba4fb3ed5768345ba1fca0f4bc5ddf431 /gentoobrowse-api/domain/unpackPqTextArray.h | |
parent | Remove virtual and wordy traits use (diff) | |
download | gentoobrowse-api-ef9ece507205506f5694b9578cf89e9f4f0a43b2.tar.bz2 gentoobrowse-api-ef9ece507205506f5694b9578cf89e9f4f0a43b2.tar.xz gentoobrowse-api-ef9ece507205506f5694b9578cf89e9f4f0a43b2.zip |
Support moving buffer from unpackPqTextArray direct target listgentoobrowse-api-0.12.4
Diffstat (limited to 'gentoobrowse-api/domain/unpackPqTextArray.h')
-rw-r--r-- | gentoobrowse-api/domain/unpackPqTextArray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/domain/unpackPqTextArray.h b/gentoobrowse-api/domain/unpackPqTextArray.h index 6e39f52..47c4cb7 100644 --- a/gentoobrowse-api/domain/unpackPqTextArray.h +++ b/gentoobrowse-api/domain/unpackPqTextArray.h @@ -14,7 +14,7 @@ namespace Slicer { int yylex() override; void LexerError(const char * msg) override; - virtual void consume(const std::string &) = 0; + virtual void consume(std::string) = 0; private: std::string buffer; |