From c88953784c4e9a315a3ca976e06b7d353477198d Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 26 Jun 2016 13:08:45 -0400 Subject: [PATCH] Override method (nw) --- src/emu/didisasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/didisasm.h b/src/emu/didisasm.h index f91438a071c..474cc2b5079 100644 --- a/src/emu/didisasm.h +++ b/src/emu/didisasm.h @@ -83,7 +83,7 @@ protected: virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options) = 0; // interface-level overrides - virtual void interface_pre_start(); + virtual void interface_pre_start() override; private: dasm_override_delegate m_dasm_override; // provided override function