Delete the VRcInner destructor in hope this silence a MSVC warning

This commit is contained in:
Olivier Goffart 2021-01-14 09:31:47 +01:00
parent 42a5a62fb5
commit 1bcf446078

View file

@ -76,6 +76,7 @@ private:
};
void *data_ptr() { return reinterpret_cast<char *>(this) + data_offset; }
~VRcInner() = delete;
};
struct Dyn {};