diff --git a/Release/include/pplx/pplxinterface.h b/Release/include/pplx/pplxinterface.h index 4e5ca5bfc6..694dfc5ecb 100644 --- a/Release/include/pplx/pplxinterface.h +++ b/Release/include/pplx/pplxinterface.h @@ -51,6 +51,7 @@ typedef void(_pplx_cdecl* TaskProc_t)(void*); struct __declspec(novtable) scheduler_interface { virtual void schedule(TaskProc_t, _In_ void*) = 0; + virtual ~scheduler_interface() = default; }; ///