added virtual destuctor for menu things
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
*/
|
||||
class MenuControl {
|
||||
public:
|
||||
virtual ~MenuControl() {};
|
||||
|
||||
/** @name UserInputs
|
||||
* @brief This functions should be called be user actions.
|
||||
|
||||
Reference in New Issue
Block a user