From c4574ed7eca61e11f0f787d9f5c827d9ba501cac Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 19 Jan 2017 15:21:29 +0100 Subject: [PATCH] Utility: Fix compilation --- include/Nazara/Utility/CursorController.hpp | 4 ++-- include/Nazara/Utility/EventHandler.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Nazara/Utility/CursorController.hpp b/include/Nazara/Utility/CursorController.hpp index 0f0e54f23..f91f3d9ff 100644 --- a/include/Nazara/Utility/CursorController.hpp +++ b/include/Nazara/Utility/CursorController.hpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include #include @@ -18,7 +18,7 @@ namespace Nz { class CursorController; - using CursorControllerHandle = Nz::ObjectRef; + using CursorControllerHandle = ObjectHandle; class CursorController : public HandledObject { diff --git a/include/Nazara/Utility/EventHandler.hpp b/include/Nazara/Utility/EventHandler.hpp index 64b19d172..95e9bedc6 100644 --- a/include/Nazara/Utility/EventHandler.hpp +++ b/include/Nazara/Utility/EventHandler.hpp @@ -18,7 +18,7 @@ namespace Nz { class EventHandler; - using EventHandlerHandle = Nz::ObjectRef; + using EventHandlerHandle = ObjectHandle; class EventHandler : public HandledObject {