diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index e21f67d..0eac76f 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -40,7 +40,6 @@ public: , _app(app) , _type(type) { - } virtual ~PatchageModule() { delete _menu; _menu = NULL; } |