mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Delete the VRcInner destructor in hope this silence a MSVC warning
This commit is contained in:
parent
42a5a62fb5
commit
1bcf446078
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ private:
|
|||
};
|
||||
|
||||
void *data_ptr() { return reinterpret_cast<char *>(this) + data_offset; }
|
||||
~VRcInner() = delete;
|
||||
};
|
||||
|
||||
struct Dyn {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue