diff --git a/StaticAnalyser/Acorn/Tape.cpp b/StaticAnalyser/Acorn/Tape.cpp index 358b643ea..68d67f737 100644 --- a/StaticAnalyser/Acorn/Tape.cpp +++ b/StaticAnalyser/Acorn/Tape.cpp @@ -38,7 +38,7 @@ static std::unique_ptr GetNextChunk(const std::shared_ptris_at_end() && name_ptr < sizeof(name)) { name[name_ptr] = (char)parser.get_next_byte(tape); if(!name[name_ptr]) break; @@ -80,7 +80,7 @@ static std::unique_ptr GetNextChunk(const std::shared_ptr GetNextFile(std::deque &chunks) { +static std::unique_ptr GetNextFile(std::deque &chunks) { // find next chunk with a block number of 0 while(chunks.size() && chunks.front().block_number) { chunks.pop_front();