summaryrefslogtreecommitdiffhomepage
path: root/Kernel/CFKit/GUIDWizard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/CFKit/GUIDWizard.hpp')
-rw-r--r--Kernel/CFKit/GUIDWizard.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/CFKit/GUIDWizard.hpp b/Kernel/CFKit/GUIDWizard.hpp
index 34c38e8d..6fd747e9 100644
--- a/Kernel/CFKit/GUIDWizard.hpp
+++ b/Kernel/CFKit/GUIDWizard.hpp
@@ -15,8 +15,8 @@
#include <NewKit/Stream.hpp>
#include <NewKit/String.hpp>
-namespace NewOS::XRN::Version1
+namespace Kernel::XRN::Version1
{
Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
- ErrorOr<Ref<NewOS::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
-} // namespace NewOS::XRN::Version1
+ ErrorOr<Ref<Kernel::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
+} // namespace Kernel::XRN::Version1