mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Make destructor virtual (no effect at the moment). #1834
This commit is contained in:
parent
5e30d6e29e
commit
784142022d
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ class FPEngine {
|
|||
|
||||
public:
|
||||
FPEngine();
|
||||
~FPEngine();
|
||||
virtual ~FPEngine();
|
||||
void reset();
|
||||
virtual int os_scan(std::vector<Target *> &Targets) = 0;
|
||||
const char *bpf_filter(std::vector<Target *> &Targets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue