diff options
Diffstat (limited to 'src/kernel/GfxKit/GPU.h')
| -rw-r--r-- | src/kernel/GfxKit/GPU.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<VoidPtr> { public: GPUDeviceInterface(void (*out)(IDevice* self, GPUDeviceInterface* out), - void (*in)(IDevice* self, GPUDeviceInterface* in)); + void (*in)(IDevice* self, GPUDeviceInterface* in)); virtual ~GPUDeviceInterface() override; |
