mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Fixed: Virtual destructor warning
This commit is contained in:
parent
3c97196d1b
commit
36f996a20b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class CEventEmitterMulti : public IEventEmitter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// dtor
|
/// dtor
|
||||||
~CEventEmitterMulti();
|
virtual ~CEventEmitterMulti();
|
||||||
/// add an emitter
|
/// add an emitter
|
||||||
void addEmitter(IEventEmitter *e, bool mustDelete);
|
void addEmitter(IEventEmitter *e, bool mustDelete);
|
||||||
/// remove an emitter (and delete it if necessary)
|
/// remove an emitter (and delete it if necessary)
|
||||||
|
|
Loading…
Reference in a new issue