mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
stately: add virtual destructor to class
Mutes some compiler warnings Signed-off-by: Harry van Haaren <harryhaaren@gmail.com>
This commit is contained in:
parent
d1af9bffb6
commit
097d52757e
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue