summaryrefslogtreecommitdiff
path: root/src/nullmember.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nullmember.h')
-rw-r--r--src/nullmember.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nullmember.h b/src/nullmember.h
index ea336ea..6312709 100644
--- a/src/nullmember.h
+++ b/src/nullmember.h
@@ -29,6 +29,12 @@ public:
virtual ~NullMember() {}
/**
+ * 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