stately: add virtual destructor to class

Mutes some compiler warnings

Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
This commit is contained in:
Harry van Haaren 2018-02-12 23:55:20 +00:00
parent d1af9bffb6
commit 097d52757e

View file

@ -34,6 +34,8 @@ class Stately
public:
Stately();
virtual ~Stately() {}
/// this function being called resets the state of the instance to blank
virtual void reset();