devd: readd virtual
- my C++ knowledge is old and rusty. re-add virtual
This commit is contained in:
parent
dae41a2e6b
commit
686ed647c2
@ -147,7 +147,7 @@ class config
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
config() { push_var_table(); }
|
config() { push_var_table(); }
|
||||||
~config() { reset(); }
|
virtual ~config() { reset(); }
|
||||||
void add_attach(int, event_proc *);
|
void add_attach(int, event_proc *);
|
||||||
void add_detach(int, event_proc *);
|
void add_detach(int, event_proc *);
|
||||||
void add_directory(const char *);
|
void add_directory(const char *);
|
||||||
|
Loading…
Reference in New Issue
Block a user