mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3f6132b553
commit
51687976c2
155 changed files with 1887 additions and 1038 deletions
|
|
@ -110,7 +110,7 @@ void PostCallback(Callback cb, void *id = NULL) { SetTimeCallbac
|
|||
class TimeCallback
|
||||
{
|
||||
public:
|
||||
~TimeCallback() { Kill(); }
|
||||
~TimeCallback() { Kill(); (void)dummy; }
|
||||
|
||||
void Set(int delay, Callback cb) { UPP::SetTimeCallback(delay, cb, this); }
|
||||
void Post(Callback cb) { UPP::PostCallback(cb, this); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue