1
0

NetworkLookup: Added "virtual" keyword to overridden dtor. (#4100)

This commit is contained in:
Mattes D 2017-12-21 14:31:20 +01:00 committed by Alexander Harkness
parent e0ff5f5639
commit 01322cb1b0

View File

@ -20,7 +20,7 @@ class cNetworkLookup :
public:
cNetworkLookup();
~cNetworkLookup() override;
virtual ~cNetworkLookup() override;
/** Schedule a lookup task for execution. */
void ScheduleLookup(std::function<void()> a_Lookup);