summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2019-02-03 22:04:10 +0200
committer MetalliC <0vetal0@gmail.com>2019-02-03 22:04:10 +0200
commit9b2c04fc9f7870ca6bf6c941d8bb68a2e2d6a408 (patch)
treeaa69a7cae90502f5c9fbc78e2b156fdd5e53f550
parent52318de45449f8e0e0d48b026099b84b77cbc09c (diff)
fix build (nw)
-rw-r--r--src/devices/video/crt9028.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9028.h b/src/devices/video/crt9028.h
index 229314045be..723558859c6 100644
--- a/src/devices/video/crt9028.h
+++ b/src/devices/video/crt9028.h
@@ -118,7 +118,7 @@ public:
protected:
// device-specific overrides
- virtual const tiny_rom_entry *device_rom_region() const;
+ virtual const tiny_rom_entry *device_rom_region() const override;
};
// device type declarations