Add override to ~DebugSessionWindows

Signed-off-by: Yates, Brandon <brandon.yates@intel.com>
This commit is contained in:
Yates, Brandon
2022-06-16 15:25:54 +00:00
committed by Compute-Runtime-Automation
parent 9c18c0247e
commit 20348b7185

View File

@@ -21,7 +21,7 @@ namespace L0 {
struct DebugSessionWindows : DebugSessionImp {
DebugSessionWindows(const zet_debug_config_t &config, Device *device) : DebugSessionImp(config, device), processId(config.pid) {}
~DebugSessionWindows();
~DebugSessionWindows() override;
ze_result_t initialize() override;
bool closeConnection() override;