mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add virtual destructor to IBackgroundBlockEmerger to silence warning
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user