aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/qproperty-without-notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/qproperty-without-notify.h')
-rw-r--r--src/checks/level1/qproperty-without-notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checks/level1/qproperty-without-notify.h b/src/checks/level1/qproperty-without-notify.h
index 175924e6..53365e75 100644
--- a/src/checks/level1/qproperty-without-notify.h
+++ b/src/checks/level1/qproperty-without-notify.h
@@ -34,7 +34,7 @@ public:
explicit QPropertyWithoutNotify(const std::string &name, ClazyContext *context);
private:
void VisitMacroExpands(const clang::Token &MacroNameTok,
- const clang::SourceRange &range) override;
+ const clang::SourceRange &range, const clang::MacroInfo *minfo = nullptr) override;
bool m_lastIsGadget = false;
};