Commit c8cd14a4 authored by hybrid's avatar hybrid

Fixed forgotten class qualifier.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1414 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 5f3580a5
......@@ -483,14 +483,14 @@ bool CIrrDeviceMacOSX::isWindowActive() const
}
bool isWindowFocused() const
bool CIrrDeviceMacOSX::isWindowFocused() const
{
// TODO: return proper value
return true;
}
bool isWindowMinimized() const
bool CIrrDeviceMacOSX::isWindowMinimized() const
{
// TODO: return proper value
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment