Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e96f68c authored by Casey Dahlin's avatar Casey Dahlin
Browse files

Add missing override keyword

Fuchsia builds with Clang, and it's a bit pickier about always using
override when it's appropriate.

Test: None
parent fdfb9a01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ class MemoryFileAtOffset : public Memory {

  size_t Size() { return size_; }

  void Clear();
  void Clear() override;

 protected:
  size_t size_ = 0;