Utility: Make EventHandler a handled object
This is a bit ironic.
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
class EventHandler
|
||||
class EventHandler;
|
||||
|
||||
using EventHandlerHandle = Nz::ObjectRef<EventHandler>;
|
||||
|
||||
class EventHandler : public HandledObject<EventHandler>
|
||||
{
|
||||
public:
|
||||
EventHandler() = default;
|
||||
|
||||
Reference in New Issue
Block a user