summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-23 16:26:39 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-24 07:19:56 (GMT)
commitce9e9a92cf773280de55ef6dcbec9fc2524f7b2e (patch)
tree63083811461d1a747635aac786921fdd522b1bda /Source/cmGlobalVisualStudioGenerator.h
parent26e23e8463f9b9e2298e317a70925c56bcb018d1 (diff)
downloadCMake-ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e.zip
CMake-ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e.tar.gz
CMake-ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e.tar.bz2
VS: Port LinkClosure to cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index 41d0b88..5ada37e 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -146,8 +146,8 @@ private:
class TargetSetMap: public std::map<cmTarget*, TargetSet> {};
TargetSetMap TargetLinkClosure;
- void FillLinkClosure(cmTarget const* target, TargetSet& linked);
- TargetSet const& GetTargetLinkClosure(cmTarget* target);
+ void FillLinkClosure(cmGeneratorTarget const* target, TargetSet& linked);
+ TargetSet const& GetTargetLinkClosure(cmGeneratorTarget *target);
};
class cmGlobalVisualStudioGenerator::OrderedTargetDependSet: