Browse Source

Added parent property

Hugh Sanderson 15 years ago
parent
commit
30bcc7a88f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/cpp/CppXml__.hx

+ 1 - 0
std/cpp/CppXml__.hx

@@ -202,6 +202,7 @@ class CppXml__ {
 		return _nodeValue = v;
 	}
 
+	var parent(getParent,null) : Xml;
 	private function getParent() : Xml {
 		return _parent;
 	}