mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
Add a virtual destructor
To fix compilation.
This commit is contained in:
@@ -37,6 +37,9 @@ namespace memory {
|
|||||||
/// (how to achieve that may be implementation dependant).
|
/// (how to achieve that may be implementation dependant).
|
||||||
class ZoneWriter {
|
class ZoneWriter {
|
||||||
public:
|
public:
|
||||||
|
/// \brief Virtual destructor.
|
||||||
|
virtual ~ZoneWriter() {};
|
||||||
|
|
||||||
/// \brief Get the zone data into memory.
|
/// \brief Get the zone data into memory.
|
||||||
///
|
///
|
||||||
/// This is the part that does the time-consuming loading into the memory.
|
/// This is the part that does the time-consuming loading into the memory.
|
||||||
|
Reference in New Issue
Block a user