diff options
Diffstat (limited to 'src/plugins/cpptools/cppcompletionassist.h')
-rw-r--r-- | src/plugins/cpptools/cppcompletionassist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcompletionassist.h b/src/plugins/cpptools/cppcompletionassist.h index 4c952afb90..89a5c4c16e 100644 --- a/src/plugins/cpptools/cppcompletionassist.h +++ b/src/plugins/cpptools/cppcompletionassist.h @@ -121,7 +121,7 @@ private: int startCompletionHelper(); bool tryObjCCompletion(); bool objcKeywordsWanted() const; - int startCompletionInternal(const QString fileName, + int startCompletionInternal(const QString &fileName, unsigned line, unsigned column, const QString &expression, int endOfExpression); |