1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Make destructor virtual (no effect at the moment). #1834

This commit is contained in:
dmiller
2019-12-29 05:15:11 +00:00
parent 5e30d6e29e
commit 784142022d

View File

@@ -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);