diff options
author | Brad King <brad.king@kitware.com> | 2010-12-20 16:15:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-20 16:15:55 (GMT) |
commit | 2c2eee61c1fb5bbe7e323699a40463087e808114 (patch) | |
tree | 9f6745ca381c412b24512ecd10b7ce65b0b69577 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 10f01ae962feb68177f7bd698b01bbc18668920c (diff) | |
download | CMake-2c2eee61c1fb5bbe7e323699a40463087e808114.zip CMake-2c2eee61c1fb5bbe7e323699a40463087e808114.tar.gz CMake-2c2eee61c1fb5bbe7e323699a40463087e808114.tar.bz2 |
Revert "Remove unused parameter "root" in some VS generator methods"
This reverts commit 10f01ae962feb68177f7bd698b01bbc18668920c.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 57c079d..b6c84e8 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -118,6 +118,7 @@ protected: virtual void WriteTargetsToSolution( std::ostream& fout, + cmLocalGenerator* root, OrderedTargetDependSet const& projectTargets); virtual void WriteTargetDepends( std::ostream& fout, |