Skip to content

Commit

Permalink
mtd::NullDisplaySink: Add missing override attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOF committed Nov 17, 2023
1 parent f13aabd commit 356cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/include/mir/test/doubles/null_display_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class NullDisplaySink : public graphics::DisplaySink
void set_next_image(std::unique_ptr<mir::graphics::Framebuffer>) override { }
glm::mat2 transformation() const override { return glm::mat2(1); }
protected:
auto maybe_create_allocator(graphics::DisplayAllocator::Tag const&) -> graphics::DisplayAllocator*
auto maybe_create_allocator(graphics::DisplayAllocator::Tag const&) -> graphics::DisplayAllocator* override
{
return nullptr;
}
Expand Down

0 comments on commit 356cf1d

Please sign in to comment.