summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/compileplugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/compileplugin.hxx')
-rw-r--r--compilerplugins/clang/compileplugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/compileplugin.hxx b/compilerplugins/clang/compileplugin.hxx
index a02b36005e4b..6c854d1e0179 100644
--- a/compilerplugins/clang/compileplugin.hxx
+++ b/compilerplugins/clang/compileplugin.hxx
@@ -33,7 +33,7 @@ class Plugin
inline
bool Plugin::ignoreLocation( const Decl* decl )
{
- return ignoreLocation( decl->getLocStart());
+ return ignoreLocation( decl->getLocation());
}
inline