diff options
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.cpp')
-rw-r--r-- | src/plugins/cppeditor/cpphoverhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.cpp b/src/plugins/cppeditor/cpphoverhandler.cpp index 2c91f5cba4..63be4f097f 100644 --- a/src/plugins/cppeditor/cpphoverhandler.cpp +++ b/src/plugins/cppeditor/cpphoverhandler.cpp @@ -180,7 +180,7 @@ static QString buildHelpId(Symbol *symbol, const Name *name) // ### move me static FullySpecifiedType resolve(const FullySpecifiedType &ty, - const LookupContext &context, + const DeprecatedLookupContext &context, Symbol **resolvedSymbol, const Name **resolvedName) { |