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