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 {