diff options
Diffstat (limited to 'devtools/create_project/create_project.h')
-rw-r--r-- | devtools/create_project/create_project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/create_project.h b/devtools/create_project/create_project.h index 55e04be4ec..8719143f4a 100644 --- a/devtools/create_project/create_project.h +++ b/devtools/create_project/create_project.h @@ -371,7 +371,7 @@ protected: * * @param output File stream to write to. */ - virtual void writeReferences(const BuildSetup &, std::ofstream &) {}; + virtual void writeReferences(const BuildSetup &, std::ofstream &) {} /** * Get the file extension for project files |