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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/CFKit/GUIDWizard.hpp b/Kernel/CFKit/GUIDWizard.hpp
index 6fd747e9..b5df04bf 100644
--- a/Kernel/CFKit/GUIDWizard.hpp
+++ b/Kernel/CFKit/GUIDWizard.hpp
@@ -17,6 +17,6 @@
namespace Kernel::XRN::Version1
{
- Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
+ Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
ErrorOr<Ref<Kernel::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
} // namespace Kernel::XRN::Version1