summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-01 22:17:12 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-01 22:17:12 (GMT)
commitf403811a0c91c5186736e88951f16a94cdff40dc (patch)
tree4ab3b778d92b083ab1763a70f5537adacc093468 /Source/cmGlobalXCodeGenerator.h
parent7baa78034e04cde65995ea4f6ce784aec8879b70 (diff)
downloadCMake-f403811a0c91c5186736e88951f16a94cdff40dc.zip
CMake-f403811a0c91c5186736e88951f16a94cdff40dc.tar.gz
CMake-f403811a0c91c5186736e88951f16a94cdff40dc.tar.bz2
ENH: closer
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 93fbb45..97c50af 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -93,6 +93,7 @@ private:
std::vector<cmXCodeObject*> m_XCodeObjects;
cmXCodeObject* m_RootObject;
+ cmMakefile* m_CurrentMakefile;
};
#endif