aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/itestparser.cpp')
-rw-r--r--src/plugins/autotest/itestparser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/autotest/itestparser.cpp b/src/plugins/autotest/itestparser.cpp
index 316245cdee..335c56cbab 100644
--- a/src/plugins/autotest/itestparser.cpp
+++ b/src/plugins/autotest/itestparser.cpp
@@ -33,7 +33,8 @@ namespace Autotest {
static CppParser *s_parserInstance = nullptr;
-CppParser::CppParser()
+CppParser::CppParser(ITestFramework *framework)
+ : ITestParser(framework)
{
s_parserInstance = this;
}