Fixed: Virtual destructor warning

This commit is contained in:
kervala 2013-04-29 10:41:34 +02:00
parent 9848b49a76
commit 2298263faa

View file

@ -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)