mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-12 10:37:08 +00:00
Add virtual destructor
This commit is contained in:
@@ -33,7 +33,7 @@ class MiniQtHelper : public IMiniQtHelper
|
||||
{
|
||||
public:
|
||||
MiniQtHelper(ICaptureContext &ctx);
|
||||
~MiniQtHelper();
|
||||
virtual ~MiniQtHelper();
|
||||
|
||||
QWidget *CreateToplevelWidget(const rdcstr &windowTitle) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user