diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 15:47:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 15:47:03 (GMT) |
commit | bf0cb4d49a325d680aab2b3e446fe5c048bb3f10 (patch) | |
tree | 048a22fb77c5d760aaf548872cdf5af9b181e9a4 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 039ec75730f46470d7c728a1044acfbce366522a (diff) | |
download | CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.zip CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.gz CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 1344c8a..5b14449 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -30,7 +30,8 @@ class cmGlobalVisualStudio7Generator : public cmGlobalGenerator { public: cmGlobalVisualStudio7Generator(); - static cmGlobalGenerator* New() { return new cmGlobalVisualStudio7Generator; } + static cmGlobalGenerator* New() { + return new cmGlobalVisualStudio7Generator; } ///! Get the name for the generator. virtual const char* GetName() const { @@ -103,7 +104,8 @@ protected: const char* name, const char* path, cmTarget &t); virtual void WriteProjectDepends(std::ostream& fout, const char* name, const char* path, cmTarget &t); - virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, + virtual void WriteProjectConfigurations(std::ostream& fout, + const char* name, bool in_all); virtual void WriteSLNFooter(std::ostream& fout); virtual void WriteSLNHeader(std::ostream& fout); |