diff options
Diffstat (limited to 'dev/Kernel/CFKit/GUIDWizard.h')
| -rw-r--r-- | dev/Kernel/CFKit/GUIDWizard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Kernel/CFKit/GUIDWizard.h b/dev/Kernel/CFKit/GUIDWizard.h index 6d195cf0..5236688f 100644 --- a/dev/Kernel/CFKit/GUIDWizard.h +++ b/dev/Kernel/CFKit/GUIDWizard.h @@ -17,8 +17,8 @@ namespace CFKit::XRN::Version1 { - using namespace Kernel; + using namespace NeOS; - Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); - ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid); + Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq); + ErrorOr<Ref<NeOS::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid); } // namespace CFKit::XRN::Version1 |
