fix non-virtual destructor warning
This commit is contained in:
parent
31c41edcff
commit
061c09ec5d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class scoped_wml_variable
|
|||
{
|
||||
public:
|
||||
scoped_wml_variable(const std::string& var_name);
|
||||
~scoped_wml_variable();
|
||||
virtual ~scoped_wml_variable();
|
||||
const std::string& name() const { return var_name_; }
|
||||
virtual void activate() = 0;
|
||||
void store(const config& var_value);
|
||||
|
|
Loading…
Add table
Reference in a new issue