diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:56 (GMT) |
commit | 84fb579fc8935202bf182bbd1685aff6acc2a3b5 (patch) | |
tree | 192d1b6e4d392ab4640b7588e12ebf37234b9b8a /Source/cmGlobalVisualStudio71Generator.h | |
parent | 1eff421ad00bd26a22b5145fe2b175a300041dca (diff) | |
download | CMake-84fb579fc8935202bf182bbd1685aff6acc2a3b5.zip CMake-84fb579fc8935202bf182bbd1685aff6acc2a3b5.tar.gz CMake-84fb579fc8935202bf182bbd1685aff6acc2a3b5.tar.bz2 |
VS: Port WriteProject 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 7f88e34..074bce5 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -59,7 +59,7 @@ protected: std::ostream& fout, std::vector<std::string> const& configs); virtual void WriteProject(std::ostream& fout, const std::string& name, const char* path, - cmTarget const& t); + const cmGeneratorTarget *t); virtual void WriteProjectDepends(std::ostream& fout, const std::string& name, const char* path, cmTarget const& t); |