summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/src/Property.cc
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-28 19:29:04 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-28 19:29:04 +0100
commit0511c53e648e5f253cd9e83c9e211aa6600db377 (patch)
tree84cabfcb7c3b77d554c6c217ff32c1c5c39d74d5 /dev/ZKAKit/src/Property.cc
parentd5c125378d54ceaad7e34e8bac337d9b4665573e (diff)
META: Bumping source code.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/src/Property.cc')
-rw-r--r--dev/ZKAKit/src/Property.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/src/Property.cc b/dev/ZKAKit/src/Property.cc
index 9ee17b74..cf29b6d8 100644
--- a/dev/ZKAKit/src/Property.cc
+++ b/dev/ZKAKit/src/Property.cc
@@ -10,12 +10,12 @@ namespace CFKit
{
Property::~Property() = default;
- Bool Property::StringEquals(StringView& name)
+ Bool Property::StringEquals(KString& name)
{
return this->fName && this->fName == name;
}
- StringView& Property::GetKey()
+ KString& Property::GetKey()
{
return this->fName;
}