summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-11-26 21:12:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-11-26 21:12:52 (GMT)
commitd89adbf04980c26a101dd5134224215451bd6455 (patch)
tree51f763aa934d2bbccda3d364beff1a81ae536118 /Source/cmGlobalVisualStudio7Generator.h
parent8876adcd8195c7df17674023dc0de818da0504d9 (diff)
downloadCMake-d89adbf04980c26a101dd5134224215451bd6455.zip
CMake-d89adbf04980c26a101dd5134224215451bd6455.tar.gz
CMake-d89adbf04980c26a101dd5134224215451bd6455.tar.bz2
remove warnings
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index a8e2fb1..4cd5bc2 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -83,8 +83,7 @@ public:
protected:
void CollectSubprojects();
- void OutputSLNFile(const char* projectName,
- std::vector<cmLocalGenerator*>& generators);
+ virtual void OutputSLNFile(std::vector<cmLocalGenerator*>& generators);
virtual void WriteSLNFile(std::ostream& fout, std::vector<cmLocalGenerator*>& generators);
virtual void WriteProject(std::ostream& fout,
const char* name, const char* path,