summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/CFKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/CFKit')
-rw-r--r--dev/ZKAKit/CFKit/GUIDWizard.h2
-rw-r--r--dev/ZKAKit/CFKit/Property.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/CFKit/GUIDWizard.h b/dev/ZKAKit/CFKit/GUIDWizard.h
index b8a85a04..4c5c0c1d 100644
--- a/dev/ZKAKit/CFKit/GUIDWizard.h
+++ b/dev/ZKAKit/CFKit/GUIDWizard.h
@@ -19,6 +19,6 @@ namespace CFKit::XRN::Version1
{
using namespace Kernel;
- Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq);
+ Ref<GUIDSequence*> cf_make_sequence(const ArrayList<UInt32>& seq);
ErrorOr<Ref<Kernel::KString>> cf_try_guid_to_string(Ref<GUIDSequence*>& guid);
} // namespace CFKit::XRN::Version1
diff --git a/dev/ZKAKit/CFKit/Property.h b/dev/ZKAKit/CFKit/Property.h
index fc9855ed..a88a02f5 100644
--- a/dev/ZKAKit/CFKit/Property.h
+++ b/dev/ZKAKit/CFKit/Property.h
@@ -35,10 +35,10 @@ namespace CFKit
bool StringEquals(KString& name);
PropertyId& GetValue();
- KString& GetKey();
+ KString& GetKey();
private:
- KString fName{kMaxPropLen};
+ KString fName{kMaxPropLen};
PropertyId fAction{No};
};