mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +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:
|
||||
/// dtor
|
||||
~CEventEmitterMulti();
|
||||
virtual ~CEventEmitterMulti();
|
||||
/// add an emitter
|
||||
void addEmitter(IEventEmitter *e, bool mustDelete);
|
||||
/// remove an emitter (and delete it if necessary)
|
||||
|
|
Loading…
Reference in a new issue