Utility: Fix compilation

This commit is contained in:
Lynix
2017-01-19 15:21:29 +01:00
parent 76d4359c3b
commit c4574ed7ec
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace Nz
{
class EventHandler;
using EventHandlerHandle = Nz::ObjectRef<EventHandler>;
using EventHandlerHandle = ObjectHandle<EventHandler>;
class EventHandler : public HandledObject<EventHandler>
{