mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Add override to ~DebugSessionWindows
Signed-off-by: Yates, Brandon <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9c18c0247e
commit
20348b7185
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user