2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

Add a virtual destructor

To fix compilation.
This commit is contained in:
Michal 'vorner' Vaner
2012-10-20 15:11:43 +02:00
parent 7868cb5a0c
commit c9ba8373e2

View File

@@ -37,6 +37,9 @@ namespace memory {
/// (how to achieve that may be implementation dependant).
class ZoneWriter {
public:
/// \brief Virtual destructor.
virtual ~ZoneWriter() {};
/// \brief Get the zone data into memory.
///
/// This is the part that does the time-consuming loading into the memory.