diff options
Diffstat (limited to 'Source/cmDSWMakefile.h')
-rw-r--r-- | Source/cmDSWMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDSWMakefile.h b/Source/cmDSWMakefile.h index b2d4fe8..dfa4951 100644 --- a/Source/cmDSWMakefile.h +++ b/Source/cmDSWMakefile.h @@ -47,7 +47,7 @@ private: void WriteDSWHeader(std::ostream& fout); void WriteProject(std::ostream& fout, const char* name, const char* path, - cmDSPMakefile* project); + cmDSPMakefile* project, const cmTarget &t); void WriteDSWFooter(std::ostream& fout); cmMakefile* m_Makefile; }; |