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

Commit 9c9913ff authored by Casey Dahlin's avatar Casey Dahlin Committed by android-build-merger
Browse files

Merge "Add missing override keyword" am: 8a1fb91e am: 29f853d2

am: b28cf076

Change-Id: I8e15d8e3d8590949a534ccb80663c4bc008655d5
parents c3320e9e b28cf076
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;