mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
prc: give StreamWrapperBase virtual destructor (fixes compile error)
The compile error was observed with VS 2019 + clang-cl + Ninja + CMake in a Standard build on Windows 10.
This commit is contained in:
parent
d403b16249
commit
00b81f381a
@ -26,6 +26,7 @@ class EXPCL_DTOOL_PRC StreamWrapperBase {
|
|||||||
protected:
|
protected:
|
||||||
INLINE StreamWrapperBase();
|
INLINE StreamWrapperBase();
|
||||||
INLINE StreamWrapperBase(const StreamWrapperBase ©) = delete;
|
INLINE StreamWrapperBase(const StreamWrapperBase ©) = delete;
|
||||||
|
virtual ~StreamWrapperBase() {}
|
||||||
|
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
INLINE void acquire();
|
INLINE void acquire();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user