...and another
Change-Id: If9d85236177c819c159d1b836e806fc2b03da45c
This commit is contained in:
parent
e36badb98d
commit
8ab9ea00b6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user