Commit 8e9a7abe authored by gabi's avatar gabi

Virtual destructor

parent 86bfcf24
...@@ -9,6 +9,7 @@ namespace sinks ...@@ -9,6 +9,7 @@ namespace sinks
class sink class sink
{ {
public: public:
virtual ~sink() {}
virtual void log(const details::log_msg& msg) = 0; virtual void log(const details::log_msg& msg) = 0;
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment