mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fix unit tests not building anymore
This commit is contained in:
@@ -27,10 +27,6 @@ namespace hex::test {
|
||||
return "";
|
||||
}
|
||||
|
||||
[[nodiscard]] std::vector<Description> getDataDescription() const override {
|
||||
return {};
|
||||
}
|
||||
|
||||
void readRaw(u64 offset, void *buffer, size_t size) override {
|
||||
if (offset + size > m_data->size()) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user