Commit dd750879 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a compilation warning

parent 61847b9d
......@@ -1078,6 +1078,7 @@ struct latch_t {
/** Subclass this to iterate over a thread's acquired latch levels. */
struct sync_check_functor_t {
virtual ~sync_check_functor_t() { }
virtual bool operator()(const latch_level_t) const = 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