Utility: Fix compilation
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Nz
|
||||
{
|
||||
class EventHandler;
|
||||
|
||||
using EventHandlerHandle = Nz::ObjectRef<EventHandler>;
|
||||
using EventHandlerHandle = ObjectHandle<EventHandler>;
|
||||
|
||||
class EventHandler : public HandledObject<EventHandler>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user