Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
c9ba8373
Commit
c9ba8373
authored
Oct 20, 2012
by
Michal 'vorner' Vaner
Browse files
Add a virtual destructor
To fix compilation.
parent
7868cb5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_writer.h
View file @
c9ba8373
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment