buh?
This commit is contained in:
parent
243a9be23a
commit
fdf7e8490d
|
|
@ -271,7 +271,7 @@ static void correct_event(CPT_Event e) {
|
|||
}
|
||||
}
|
||||
|
||||
typedef void event_func(CPT_Event);
|
||||
typedef void (*event_func)(CPT_Event);
|
||||
|
||||
static inline GuiButton* make_button(const string& name, Node* font,
|
||||
EventHandler& eh, event_func func) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue