summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-07-10 09:12:39 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-07-10 09:12:39 -0400
commit5c4208f50e30a601b0cddd238232ca3f0db833af (patch)
tree507f16e1f2c2dadd822ea586bd289a6708ad82bc /Source/cmLocalVisualStudioGenerator.h
parent3199db4794722f3cfde50b364545517fcb4d370c (diff)
downloadcmake-5c4208f50e30a601b0cddd238232ca3f0db833af.tar.gz
ENH: only 5 failing tests for VS 10
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r--Source/cmLocalVisualStudioGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h
index 0bb630b2b4..4b31599bf4 100644
--- a/Source/cmLocalVisualStudioGenerator.h
+++ b/Source/cmLocalVisualStudioGenerator.h
@@ -56,8 +56,9 @@ protected:
std::map<cmStdString, int>& count);
void InsertNeedObjectNames(const std::vector<cmSourceGroup>& groups,
std::map<cmStdString, int>& count);
-
+ bool NeedXMLEscape;
std::set<const cmSourceFile*> NeedObjectName;
+ friend class cmVisualStudio10TargetGenerator;
};
#endif