This commit is contained in:
Cary Sandvig 2000-12-02 00:04:42 +00:00
parent 243a9be23a
commit fdf7e8490d

View File

@ -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) {