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

@@ -7,7 +7,7 @@
namespace Nz
{
inline void CursorController::UpdateCursor(const CursorRef& cursor)
inline void CursorController::UpdateCursor(const std::shared_ptr<Cursor>& cursor)
{
OnCursorUpdated(this, cursor);
}