diff --git a/qrenderdoc/Windows/PythonShell.cpp b/qrenderdoc/Windows/PythonShell.cpp index ff639f0e3..bafdd1f6e 100644 --- a/qrenderdoc/Windows/PythonShell.cpp +++ b/qrenderdoc/Windows/PythonShell.cpp @@ -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