Utility/Cursor: Fix compilation on Linux

This commit is contained in:
Lynix 2017-01-19 10:27:47 +01:00
parent 934e646b00
commit b64d384c99
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace Nz
return true;
}
inline bool Cursor::Create(SystemCursor cursor)
bool Cursor::Create(SystemCursor cursor)
{
Destroy();