summaryrefslogtreecommitdiff
path: root/Source/cmXCodeObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r--Source/cmXCodeObject.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx
index a9562d9a7f..cf75a96a7b 100644
--- a/Source/cmXCodeObject.cxx
+++ b/Source/cmXCodeObject.cxx
@@ -20,7 +20,10 @@ cmXCodeObject::~cmXCodeObject()
//----------------------------------------------------------------------------
cmXCodeObject::cmXCodeObject(PBXType ptype, Type type)
{
-// m_cmTarget = 0;
+ m_PBXTargetDependency = 0;
+ m_cmTarget = 0;
+ m_Object =0;
+
m_IsA = ptype;
cmOStringStream str;
str << (void*)this;