Commit 6080436e authored by gabi's avatar gabi

Virtual destrcutor

parent 8e9a7abe
......@@ -6,6 +6,7 @@ namespace c11log
class formatter
{
public:
virtual formatter() {}
virtual void format(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