...and another

Change-Id: If9d85236177c819c159d1b836e806fc2b03da45c
This commit is contained in:
Stephan Bergmann 2014-09-16 09:35:07 +02:00
parent e36badb98d
commit 8ab9ea00b6

View File

@ -31,7 +31,7 @@ bool isSalBool(QualType type) {
// expiresBefore members as defined in salhelper/source/timer.cxx as inlined:
bool isInlined(FunctionDecl const & decl) {
#if (__clang_major__ == 3 && __clang_minor__ >= 3) || __clang_major__ > 3
return decl->isInlined();
return decl.isInlined();
#else
(void)decl;
return false;