diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:44 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:24:30 (GMT) |
commit | b13e26e278dcc34243a2b31dfca8e23b01e15b76 (patch) | |
tree | f26ee6c4d51f8d42dbefaebbf6031f481b54bba5 /Source/cmGlobalVisualStudio71Generator.h | |
parent | 8ac8739b2e5df2f36194261f9dcac95107b4b5f7 (diff) | |
download | CMake-b13e26e278dcc34243a2b31dfca8e23b01e15b76.zip CMake-b13e26e278dcc34243a2b31dfca8e23b01e15b76.tar.gz CMake-b13e26e278dcc34243a2b31dfca8e23b01e15b76.tar.bz2 |
VS: Port ProjectDepends to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index 074bce5..5035fda 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -62,7 +62,7 @@ protected: const cmGeneratorTarget *t); virtual void WriteProjectDepends(std::ostream& fout, const std::string& name, const char* path, - cmTarget const& t); + cmGeneratorTarget const* t); virtual void WriteProjectConfigurations( std::ostream& fout, const std::string& name, cmState::TargetType type, std::vector<std::string> const& configs, |