aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/keiluv/keiluvprojectwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/keiluv/keiluvprojectwriter.h')
-rw-r--r--src/plugins/generator/keiluv/keiluvprojectwriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/generator/keiluv/keiluvprojectwriter.h b/src/plugins/generator/keiluv/keiluvprojectwriter.h
index ad6fd1124..6f890c8e8 100644
--- a/src/plugins/generator/keiluv/keiluvprojectwriter.h
+++ b/src/plugins/generator/keiluv/keiluvprojectwriter.h
@@ -42,8 +42,8 @@ public:
explicit KeiluvProjectWriter(std::ostream *device);
private:
- void visitStart(const gen::xml::Project *project) final;
- void visitEnd(const gen::xml::Project *project) final;
+ void visitProjectStart(const gen::xml::Project *project) final;
+ void visitProjectEnd(const gen::xml::Project *project) final;
};
} // namespace qbs