diff options
Diffstat (limited to 'Kernel/NewKit/ErrorOr.hpp')
| -rw-r--r-- | Kernel/NewKit/ErrorOr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/NewKit/ErrorOr.hpp b/Kernel/NewKit/ErrorOr.hpp index 482b85e0..a528de57 100644 --- a/Kernel/NewKit/ErrorOr.hpp +++ b/Kernel/NewKit/ErrorOr.hpp @@ -34,7 +34,7 @@ namespace Kernel } explicit ErrorOr(T Class) - : mRef(Class) + : mRef(Class, true) { } |
