diff --git a/src/lib/datasrc/memory/zone_writer.h b/src/lib/datasrc/memory/zone_writer.h index fe8dc2ae93..0e8f285fff 100644 --- a/src/lib/datasrc/memory/zone_writer.h +++ b/src/lib/datasrc/memory/zone_writer.h @@ -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.