summaryrefslogtreecommitdiff
path: root/src/boolmember.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boolmember.h')
-rw-r--r--src/boolmember.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boolmember.h b/src/boolmember.h
index c7db592..fa482f3 100644
--- a/src/boolmember.h
+++ b/src/boolmember.h
@@ -37,6 +37,12 @@ public:
virtual ~BoolMember() {}
/**
+ * Is this a property member
+ * @return bool
+ */
+ virtual bool isProperty() { return true; }
+
+ /**
* Virtual method to declare the property
* @param entry Class entry
* @param name Name of the member