diff options
Diffstat (limited to 'dev/Kernel/KernelKit/DebugOutput.h')
| -rw-r--r-- | dev/Kernel/KernelKit/DebugOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/DebugOutput.h b/dev/Kernel/KernelKit/DebugOutput.h index 498b2b6b..84a2d514 100644 --- a/dev/Kernel/KernelKit/DebugOutput.h +++ b/dev/Kernel/KernelKit/DebugOutput.h @@ -38,7 +38,7 @@ namespace NeOS class TerminalDevice final NE_DEVICE<const Char*> { public: - TerminalDevice(void (*print)(const Char*), void (*gets)(const Char*)) + TerminalDevice(void (*print)(IDeviceObject*, const Char*), void (*gets)(IDeviceObject*, const Char*)) : IDeviceObject<const Char*>(print, gets) { } |
