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
|
namespace Nz
|
||||||
{
|
{
|
||||||
class EventHandler
|
class EventHandler;
|
||||||
|
|
||||||
|
using EventHandlerHandle = Nz::ObjectRef<EventHandler>;
|
||||||
|
|
||||||
|
class EventHandler : public HandledObject<EventHandler>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
EventHandler() = default;
|
EventHandler() = default;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue