summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/DeviceManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/DeviceManager.hpp')
-rw-r--r--Kernel/KernelKit/DeviceManager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/KernelKit/DeviceManager.hpp b/Kernel/KernelKit/DeviceManager.hpp
index 00b4a0b7..125422c8 100644
--- a/Kernel/KernelKit/DeviceManager.hpp
+++ b/Kernel/KernelKit/DeviceManager.hpp
@@ -72,8 +72,8 @@ namespace Kernel
}
private:
- void (*fOut)(T Data);
- void (*fIn)(T Data);
+ void (*fOut)(T Data) = {nullptr};
+ void (*fIn)(T Data) = {nullptr};
};
///