summaryrefslogtreecommitdiffstats
path: root/dwarflint/reloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dwarflint/reloc.cc')
-rw-r--r--dwarflint/reloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarflint/reloc.cc b/dwarflint/reloc.cc
index dce458a1..ff1aaa2d 100644
--- a/dwarflint/reloc.cc
+++ b/dwarflint/reloc.cc
@@ -41,7 +41,7 @@
namespace
{
class reloc_locus
- : public clonable_locus<reloc_locus>
+ : public locus
{
locus const &_m_ref;
size_t _m_index;