summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2017-03-31 08:58:25 +0200
committer GitHub <noreply@github.com>2017-03-31 08:58:25 +0200
commitd1b98e6e1013fccbd80161f94edab198d0bffb57 (patch)
tree952499ba23a36aaeb006f9b3dfa8b07254dcb7d2
parent3f7916b895682ac99e6c46554d8bcebf3a1ee397 (diff)
fixed compile (nw)
-rw-r--r--src/mame/includes/vicdual.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vicdual.h b/src/mame/includes/vicdual.h
index 1bd6bc1b6c5..9748eaf1f7e 100644
--- a/src/mame/includes/vicdual.h
+++ b/src/mame/includes/vicdual.h
@@ -177,5 +177,5 @@ public:
DECLARE_MACHINE_START(nsub);
DECLARE_MACHINE_RESET(nsub);
- virtual pen_t choose_pen(uint8_t x, uint8_t y, pen_t back_pen);
+ virtual pen_t choose_pen(uint8_t x, uint8_t y, pen_t back_pen) override;
};