Utility/Cursor: Fix compilation on Linux
This commit is contained in:
parent
934e646b00
commit
b64d384c99
|
|
@ -33,7 +33,7 @@ namespace Nz
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool Cursor::Create(SystemCursor cursor)
|
bool Cursor::Create(SystemCursor cursor)
|
||||||
{
|
{
|
||||||
Destroy();
|
Destroy();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue