diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2012-09-04 15:21:03 +0200 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2012-09-04 15:35:01 +0200 |
commit | 6750a1c8290bccfa4698b615928fbe64fd68faa4 (patch) | |
tree | 3d2f835ca12f1d4e485e03a11c2e1b1de465e77e /src/libs/cplusplus/LookupContext.h | |
parent | 8ba422d07c4371a47b575bdef3051554cd4063e0 (diff) | |
download | qt-creator-6750a1c8290bccfa4698b615928fbe64fd68faa4.tar.gz |
C++: Fix crash when deducing auto (with invalid ids)
Task-number: QTCREATORBUG-7801
Change-Id: I61436148ed1428a50a6840ba9109310a57dabaa4
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'src/libs/cplusplus/LookupContext.h')
-rw-r--r-- | src/libs/cplusplus/LookupContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/cplusplus/LookupContext.h b/src/libs/cplusplus/LookupContext.h index b2fa81c560..fef317fd61 100644 --- a/src/libs/cplusplus/LookupContext.h +++ b/src/libs/cplusplus/LookupContext.h @@ -252,6 +252,7 @@ private: QSharedPointer<Control> _control; }; +bool CPLUSPLUS_EXPORT compareName(const Name *name, const Name *other); bool CPLUSPLUS_EXPORT compareFullyQualifiedName(const QList<const Name *> &path, const QList<const Name *> &other); |