Add virtual destructor for CaptureContextInvoker

This commit is contained in:
baldurk
2017-06-09 19:36:57 +01:00
parent f6399609f9
commit 28c1aee05b
+1
View File
@@ -40,6 +40,7 @@ struct CaptureContextInvoker : ICaptureContext
{
ICaptureContext &m_Ctx;
CaptureContextInvoker(ICaptureContext &ctx) : m_Ctx(ctx) {}
virtual ~CaptureContextInvoker() {}
//
///////////////////////////////////////////////////////////////////////
// pass-through functions that don't need the UI thread