Fix compilation of PythonCaptureViewer

This commit is contained in:
baldurk
2020-12-03 21:14:13 +00:00
parent 60409caf8d
commit e2d47fa1a5
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -957,7 +957,7 @@ to a marker region.
protected:
ICaptureViewer() = default;
~ICaptureViewer() = default;
virtual ~ICaptureViewer() = default;
};
DECLARE_REFLECTION_STRUCT(ICaptureViewer);