Fix override warnings in decoders.

This commit is contained in:
Howard M. Harte
2022-02-22 22:45:39 -08:00
parent 48414f0ce9
commit 8d04d17e39
12 changed files with 21 additions and 21 deletions

View File

@@ -106,7 +106,7 @@ public:
return clock;
}
void decodeSectorRecord()
void decodeSectorRecord() override
{
readRawBits(48);
auto rawbits = readRawBits(MICROPOLIS_ENCODED_SECTOR_SIZE*16);