summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-31 21:38:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-31 21:38:45 (GMT)
commit5a36673807a304206fd729fcba1ce93dfb54b521 (patch)
tree2f737fa1eeb921ca430e351b953b3c85d471d5a6 /Source/cmGlobalVisualStudio7Generator.h
parent294dca62eeb45bbe7d1b4f5ed8647deb4bead2b1 (diff)
downloadCMake-5a36673807a304206fd729fcba1ce93dfb54b521.zip
CMake-5a36673807a304206fd729fcba1ce93dfb54b521.tar.gz
CMake-5a36673807a304206fd729fcba1ce93dfb54b521.tar.bz2
STYLE: line length
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index 7b723f2..09bd84e 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -136,7 +136,8 @@ protected:
virtual void WriteExternalProject(std::ostream& fout,
const char* name,
const char* path,
- const std::vector<std::string>& dependencies);
+ const std::vector<std::string>&
+ dependencies);
std::string ConvertToSolutionPath(const char* path);