Cpp11 initializers: last src root changeset (#6022)
[oweals/minetest.git] / src / event.h
index cfc222d5d26d9b7539dbb928e1124550202ef6e7..7ab139b5933b5726d575b894eaf92d484fcd3545 100644 (file)
@@ -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;