aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/incorrect-emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/incorrect-emit.h')
-rw-r--r--src/checks/level1/incorrect-emit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checks/level1/incorrect-emit.h b/src/checks/level1/incorrect-emit.h
index f1c896e1..302d05b2 100644
--- a/src/checks/level1/incorrect-emit.h
+++ b/src/checks/level1/incorrect-emit.h
@@ -41,7 +41,7 @@ public:
private:
void checkCallSignalInsideCTOR(clang::CXXMemberCallExpr *);
void VisitMacroExpands(const clang::Token &MacroNameTok,
- const clang::SourceRange &range) override;
+ const clang::SourceRange &range, const clang::MacroInfo *minfo = nullptr) override;
bool hasEmitKeyboard(clang::CXXMemberCallExpr *) const;
std::vector<clang::SourceLocation> m_emitLocations;
mutable std::unordered_map<unsigned, clang::SourceLocation> m_locationCache;