summaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.h b/src/event.h
index cfc222d5d..7ab139b59 100644
--- a/src/event.h
+++ b/src/event.h
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
class MtEvent
{
public:
- virtual ~MtEvent(){};
+ virtual ~MtEvent() {};
//virtual MtEvent* clone(){ return new IEvent; }
virtual const char* getType() const = 0;