diff options
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index adfef2e5602..6e233670855 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -128,7 +128,7 @@ public: ScriptInterpreterPython (CommandInterpreter &interpreter); - ~ScriptInterpreterPython (); + ~ScriptInterpreterPython() override; bool Interrupt() override; @@ -495,7 +495,7 @@ public: FILE *out = NULL, FILE *err = NULL); - ~Locker (); + ~Locker () override; private: @@ -585,6 +585,6 @@ protected: }; } // namespace lldb_private -#endif // #ifdef LLDB_DISABLE_PYTHON +#endif // LLDB_DISABLE_PYTHON -#endif // #ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHON_H +#endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHON_H |