mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-11 22:14:31 +00:00
Fix ui::Entry::onEntryChange: must be a virtual member function
This commit is contained in:
parent
f805a83527
commit
1d6be62ae7
@ -49,7 +49,7 @@ namespace ui {
|
||||
void onPaint(PaintEvent& ev) OVERRIDE;
|
||||
|
||||
// New Events
|
||||
void onEntryChange();
|
||||
virtual void onEntryChange();
|
||||
|
||||
private:
|
||||
struct EntryCmd {
|
||||
|
Loading…
x
Reference in New Issue
Block a user