summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/CFKit/GUIDWizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/CFKit/GUIDWizard.h')
-rw-r--r--dev/kernel/CFKit/GUIDWizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/CFKit/GUIDWizard.h b/dev/kernel/CFKit/GUIDWizard.h
index 5236688f..45572d32 100644
--- a/dev/kernel/CFKit/GUIDWizard.h
+++ b/dev/kernel/CFKit/GUIDWizard.h
@@ -17,8 +17,8 @@
namespace CFKit::XRN::Version1
{
- using namespace NeOS;
+ using namespace Kernel;
Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq);
- ErrorOr<Ref<NeOS::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid);
+ ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid);
} // namespace CFKit::XRN::Version1