mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +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