Gui: Use override etc 2
This commit is contained in:
@@ -321,7 +321,7 @@ class PythonDebuggerPy : public Py::PythonExtension<PythonDebuggerPy>
|
||||
{
|
||||
public:
|
||||
PythonDebuggerPy(PythonDebugger* d) : dbg(d), depth(0) { }
|
||||
~PythonDebuggerPy() {}
|
||||
~PythonDebuggerPy() override {}
|
||||
PythonDebugger* dbg;
|
||||
int depth;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user