dev: Revert 0a316996de76 [dev, sim: Added missing override...]
This changeset reverts the changset "dev, sim: Added missing override keywords to fix CLANG compilation (OSX)" which was incorrectly rebased. Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
2c05f5207d
commit
d80a613990
1 changed files with 2 additions and 4 deletions
|
@ -89,10 +89,8 @@ class RawDiskImage : public DiskImage
|
|||
|
||||
std::streampos size() const override;
|
||||
|
||||
virtual std::streampos read(uint8_t *data, std::streampos offset)
|
||||
const override;
|
||||
virtual std::streampos write(const uint8_t *data, std::streampos offset)
|
||||
override;
|
||||
std::streampos read(uint8_t *data, std::streampos offset) const override;
|
||||
std::streampos write(const uint8_t *data, std::streampos offset) override;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue