aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/symbolfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/symbolfinder.h')
-rw-r--r--src/plugins/cpptools/symbolfinder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/cpptools/symbolfinder.h b/src/plugins/cpptools/symbolfinder.h
index 45236eb1ad9..c1d65f7716d 100644
--- a/src/plugins/cpptools/symbolfinder.h
+++ b/src/plugins/cpptools/symbolfinder.h
@@ -61,8 +61,7 @@ public:
bool strict = false);
CPlusPlus::Class *findMatchingClassDeclaration(CPlusPlus::Symbol *declaration,
- const CPlusPlus::Snapshot &snapshot,
- const CPlusPlus::LookupContext *context = 0);
+ const CPlusPlus::Snapshot &snapshot);
void findMatchingDeclaration(const CPlusPlus::LookupContext &context,
CPlusPlus::Function *functionType,