From 3a4cb9bfcf9e91f3bd994d74af2e56f59d17688f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Jan 2026 00:40:23 +0100 Subject: feat: New entry in TraceSrv specs--codebase improvements. Signed-off-by: Amlal El Mahrouss --- src/kernel/GfxKit/GPU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/GfxKit/GPU.h') diff --git a/src/kernel/GfxKit/GPU.h b/src/kernel/GfxKit/GPU.h index 78d71558..af99e8b2 100644 --- a/src/kernel/GfxKit/GPU.h +++ b/src/kernel/GfxKit/GPU.h @@ -17,7 +17,7 @@ class GPUDeviceInterface; class GPUDeviceInterface NE_DEVICE { public: GPUDeviceInterface(void (*out)(IDevice* self, GPUDeviceInterface* out), - void (*in)(IDevice* self, GPUDeviceInterface* in)); + void (*in)(IDevice* self, GPUDeviceInterface* in)); virtual ~GPUDeviceInterface() override; -- cgit v1.2.3