#3305 Fixed class name convention for Mac and Linux

This commit is contained in:
Jerry (Xinyu Hou) 2016-06-16 16:11:25 +00:00
parent ba04f2dfc5
commit 42494a72a5
2 changed files with 2 additions and 2 deletions

View file

@ -324,7 +324,7 @@ OSXKeyState::fakeCtrlAltDel()
}
bool
COSXKeyState::fakeMediaKey(KeyID id)
OSXKeyState::fakeMediaKey(KeyID id)
{
return fakeNativeMediaKey(id);;
}