limex_dump: use 'override' keyword in subclass

This commit is contained in:
Justin Viiret 2015-11-03 16:13:12 +11:00 committed by Matthew Barr
parent 5805ac193c
commit fb834114e5

View File

@ -317,7 +317,7 @@ template<typename limex_type>
struct limex_labeller : public nfa_labeller { struct limex_labeller : public nfa_labeller {
explicit limex_labeller(const limex_type *limex_in) : limex(limex_in) {} explicit limex_labeller(const limex_type *limex_in) : limex(limex_in) {}
void label_state(FILE *f, u32 state) const { void label_state(FILE *f, u32 state) const override {
const typename limex_traits<limex_type>::exception_type *exceptions const typename limex_traits<limex_type>::exception_type *exceptions
= getExceptionTable(limex); = getExceptionTable(limex);
if (!testbit((const u8 *)&limex->exceptionMask, if (!testbit((const u8 *)&limex->exceptionMask,