diff options
Diffstat (limited to 'Private/CFKit/GUIDWizard.hpp')
| -rw-r--r-- | Private/CFKit/GUIDWizard.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/CFKit/GUIDWizard.hpp b/Private/CFKit/GUIDWizard.hpp index 13cc668b..f7cc212e 100644 --- a/Private/CFKit/GUIDWizard.hpp +++ b/Private/CFKit/GUIDWizard.hpp @@ -15,7 +15,7 @@ #include <NewKit/Stream.hpp> #include <NewKit/String.hpp> -namespace HCore::XRN::Version1 { +namespace NewOS::XRN::Version1 { Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq); -ErrorOr<Ref<HCore::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid); -} // namespace HCore::XRN::Version1 +ErrorOr<Ref<NewOS::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid); +} // namespace NewOS::XRN::Version1 |
