|
@@ -150,6 +150,11 @@ PropertyTable::PropertyTable() :
|
|
|
templateProps(), element() {
|
|
|
}
|
|
|
|
|
|
+// ------------------------------------------------------------------------------------------------
|
|
|
+PropertyTable::PropertyTable(const PropertyTable *templateProps) :
|
|
|
+ templateProps(templateProps), element() {
|
|
|
+}
|
|
|
+
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
PropertyTable::PropertyTable(const ElementPtr element, const PropertyTable *templateProps) :
|
|
|
templateProps(templateProps), element(element) {
|