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