mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 14:13:39 +00:00
Fix missing virtual on destructor
BUG= Change-Id: Id5571ec775c8cf0109dd5348c2054e524911e0e5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/10800 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
179d7b28a3
commit
c7910d19fe
@ -26,7 +26,7 @@ namespace dawn_wire {
|
||||
class WireDeserializeAllocator : public DeserializeAllocator {
|
||||
public:
|
||||
WireDeserializeAllocator();
|
||||
~WireDeserializeAllocator();
|
||||
virtual ~WireDeserializeAllocator();
|
||||
|
||||
void* GetSpace(size_t size) override;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user