summaryrefslogtreecommitdiff
path: root/lib/abstractpropertytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/abstractpropertytype.h')
-rw-r--r--lib/abstractpropertytype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/abstractpropertytype.h b/lib/abstractpropertytype.h
index b50aba5e..bfe1ea60 100644
--- a/lib/abstractpropertytype.h
+++ b/lib/abstractpropertytype.h
@@ -305,6 +305,9 @@ public:
return value<T>() > other.value<T>();
}
+ /** this is used for nameless property types. It should not be used for typical properties
+ * that should have a name
+ */
BasicPropertyType( T val)
:AbstractPropertyType("")
{