summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/CFKit/GUIDWizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/CFKit/GUIDWizard.h')
-rw-r--r--dev/ZKAKit/CFKit/GUIDWizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/CFKit/GUIDWizard.h b/dev/ZKAKit/CFKit/GUIDWizard.h
index b4a92249..25fd5a30 100644
--- a/dev/ZKAKit/CFKit/GUIDWizard.h
+++ b/dev/ZKAKit/CFKit/GUIDWizard.h
@@ -13,12 +13,12 @@
#include <NewKit/ErrorOr.h>
#include <NewKit/Ref.h>
#include <NewKit/Stream.h>
-#include <NewKit/String.h>
+#include <NewKit/KString.h>
namespace CFKit::XRN::Version1
{
using namespace Kernel;
Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq);
- ErrorOr<Ref<Kernel::StringView>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid);
+ ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid);
} // namespace CFKit::XRN::Version1