summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ns10crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ns10crypt.h')
-rw-r--r--src/mame/machine/ns10crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/ns10crypt.h b/src/mame/machine/ns10crypt.h
index 8d5988d9374..9be7f7d7252 100644
--- a/src/mame/machine/ns10crypt.h
+++ b/src/mame/machine/ns10crypt.h
@@ -46,7 +46,7 @@ private:
static const int initSbox[16];
const gf2_reducer *_reducer;
- void device_start();
+ void device_start() override;
void init(int iv);
};