Fix ui::Entry::onEntryChange: must be a virtual member function

This commit is contained in:
David Capello 2013-03-29 23:40:12 -03:00
parent f805a83527
commit 1d6be62ae7

View File

@ -49,7 +49,7 @@ namespace ui {
void onPaint(PaintEvent& ev) OVERRIDE;
// New Events
void onEntryChange();
virtual void onEntryChange();
private:
struct EntryCmd {