summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-20 16:15:55 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-20 16:15:55 (GMT)
commit2c2eee61c1fb5bbe7e323699a40463087e808114 (patch)
tree9f6745ca381c412b24512ecd10b7ce65b0b69577 /Source/cmGlobalVisualStudio71Generator.cxx
parent10f01ae962feb68177f7bd698b01bbc18668920c (diff)
downloadCMake-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/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx
index 2874952..ba18687 100644
--- a/Source/cmGlobalVisualStudio71Generator.cxx
+++ b/Source/cmGlobalVisualStudio71Generator.cxx
@@ -110,7 +110,7 @@ void cmGlobalVisualStudio71Generator
this->GetTargetSets(projectTargets, originalTargets, root, generators);
OrderedTargetDependSet orderedProjectTargets(projectTargets);
- this->WriteTargetsToSolution(fout, orderedProjectTargets);
+ this->WriteTargetsToSolution(fout, root, orderedProjectTargets);
bool useFolderProperty = this->UseFolderProperty();
if (useFolderProperty)