.rainbow Skeleton fixed to compile

git-svn-id: svn://ultimatepp.org/upp/trunk@11215 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-07-04 16:41:25 +00:00
parent e048057281
commit 025f2a40c4

View file

@ -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();