aboutsummaryrefslogtreecommitdiff
path: root/odb/processor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/processor.cxx')
-rw-r--r--odb/processor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/processor.cxx b/odb/processor.cxx
index cdfd883..291dcd3 100644
--- a/odb/processor.cxx
+++ b/odb/processor.cxx
@@ -444,7 +444,7 @@ namespace
// Update the location of the access expression to point
// to this function.
//
- ma.loc = location (DECL_SOURCE_LOCATION (f));
+ ma.loc = location (real_source_location (f));
found = r;
}
}