aboutsummaryrefslogtreecommitdiffstats
path: root/src/Clazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Clazy.h')
-rw-r--r--src/Clazy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Clazy.h b/src/Clazy.h
index 2c7c3b75..b80c9113 100644
--- a/src/Clazy.h
+++ b/src/Clazy.h
@@ -108,7 +108,7 @@ private:
clang::Stmt *lastStm = nullptr;
ClazyContext *const m_context;
CheckBase::List m_createdChecks;
- clang::ast_matchers::MatchFinder m_matchFinder;
+ clang::ast_matchers::MatchFinder *m_matchFinder = nullptr;
};
#endif