The compile error was observed with VS 2019 + clang-cl + Ninja + CMake in a Standard build on Windows 10.
@@ -26,6 +26,7 @@ class EXPCL_DTOOL_PRC StreamWrapperBase {
protected:
INLINE StreamWrapperBase();
INLINE StreamWrapperBase(const StreamWrapperBase ©) = delete;
+ virtual ~StreamWrapperBase() {}
PUBLISHED:
INLINE void acquire();