Skip to content
Snippets Groups Projects
Commit 58beca00 authored by Kahrl's avatar Kahrl
Browse files

Add virtual destructor to IBackgroundBlockEmerger to silence warning

parent 4e1f5003
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ class IBackgroundBlockEmerger
public:
virtual bool enqueueBlockEmerge(u16 peer_id, v3s16 p,
bool allow_generate) = 0;
virtual ~IBackgroundBlockEmerger() {}
};
class EmergeManager : public IBackgroundBlockEmerger {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment