mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +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; }
|
void *data_ptr() { return reinterpret_cast<char *>(this) + data_offset; }
|
||||||
|
~VRcInner() = delete;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Dyn {};
|
struct Dyn {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue