summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/CFKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/CFKit')
-rw-r--r--dev/ZKAKit/CFKit/Property.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/CFKit/Property.h b/dev/ZKAKit/CFKit/Property.h
index f2e4c859..212d772d 100644
--- a/dev/ZKAKit/CFKit/Property.h
+++ b/dev/ZKAKit/CFKit/Property.h
@@ -26,7 +26,7 @@ namespace CFKit
class Property
{
public:
- Property() = default;
+ Property();
virtual ~Property();
public:
@@ -39,7 +39,7 @@ namespace CFKit
private:
KString fName{kMaxPropLen};
- PropertyId fAction{No};
+ PropertyId fValue{0UL};
};
template <SizeT N>