diff --git a/dtool/src/prc/streamWrapper.h b/dtool/src/prc/streamWrapper.h index 94c7c7fac2..a5010457b1 100644 --- a/dtool/src/prc/streamWrapper.h +++ b/dtool/src/prc/streamWrapper.h @@ -26,6 +26,7 @@ class EXPCL_DTOOL_PRC StreamWrapperBase { protected: INLINE StreamWrapperBase(); INLINE StreamWrapperBase(const StreamWrapperBase ©) = delete; + virtual ~StreamWrapperBase() {} PUBLISHED: INLINE void acquire();