fixed compile (nw)

This commit is contained in:
Ivan Vangelista 2017-03-31 08:58:25 +02:00 committed by GitHub
parent 3f7916b895
commit d1b98e6e10

View File

@ -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;
};