mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.rainbow Skeleton fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@11215 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e048057281
commit
025f2a40c4
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Ctrl *Ctrl::GetActiveCtrl()
|
|||
|
||||
// Vector<Callback> Ctrl::hotkey;
|
||||
|
||||
int Ctrl::RegisterSystemHotKey(dword key, Callback cb)
|
||||
int Ctrl::RegisterSystemHotKey(dword key, Function<void ()> cb)
|
||||
{
|
||||
/* ASSERT(key >= K_DELTA);
|
||||
int q = hotkey.GetCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue