mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
devd: readd virtual
- my C++ knowledge is old and rusty. re-add virtual
This commit is contained in:
parent
510a8c88f0
commit
7548968ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class config
|
|||
{
|
||||
public:
|
||||
config() { push_var_table(); }
|
||||
~config() { reset(); }
|
||||
virtual ~config() { reset(); }
|
||||
void add_attach(int, event_proc *);
|
||||
void add_detach(int, event_proc *);
|
||||
void add_directory(const char *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue