Upgrade Platform

This commit is contained in:
Jérôme Leclercq
2021-05-24 21:06:55 +02:00
parent 8b0b5295f7
commit ba7c56ddfa
20 changed files with 322 additions and 389 deletions

View File

@@ -46,7 +46,7 @@ namespace Nz
}
}
inline const CursorRef& Window::GetCursor() const
inline const std::shared_ptr<Cursor>& Window::GetCursor() const
{
return m_cursor;
}