diff options
Diffstat (limited to 'Source/cmLocalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio10Generator.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/cmLocalVisualStudio10Generator.h b/Source/cmLocalVisualStudio10Generator.h index a12247c..631132e 100644 --- a/Source/cmLocalVisualStudio10Generator.h +++ b/Source/cmLocalVisualStudio10Generator.h @@ -25,10 +25,6 @@ public: virtual ~cmLocalVisualStudio10Generator(); - /** - * Generate the makefile for this directory. - */ - void Generate() override; void ReadAndStoreExternalGUID(const std::string& name, const char* path) override; @@ -43,7 +39,7 @@ protected: bool CustomCommandUseLocal() const override { return true; } private: - void GenerateTarget(cmGeneratorTarget* target); + void GenerateTarget(cmGeneratorTarget* target) override; std::map<cmGeneratorTarget const*, std::set<cmSourceFile const*>> SourcesVisited; |