Skip to content

Commit

Permalink
- callback free calls
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed May 22, 2017
1 parent 3c34a49 commit d709250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void Widget::onEvent(const PtCallbackList_t *cl, void * data, PtCallbackInfo_t *

for (; cl; cl = cl->next)
{
cl->cb.event_f(w, data, info);
//cl->cb.event_f(w, data, info); need new implementation
}
}

Expand Down

0 comments on commit d709250

Please sign in to comment.