summaryrefslogtreecommitdiffstats
path: root/dwarflint/reloc.cc
diff options
context:
space:
mode:
authorPetr Machata <[email protected]>2011-04-19 15:10:06 +0200
committerPetr Machata <[email protected]>2011-04-19 15:10:06 +0200
commit6dc51bd55a34f828c219ce662a36a8a984ec4fc8 (patch)
tree8ed2f05ce5c061a01f7c3a2cc517fa66b8432b0d /dwarflint/reloc.cc
parent3ff1c04ed82c2ced1ed7ad51666bbddc0bd70a8f (diff)
dwarflint: ref_record is now template parametrized by locus typeupstream/pmachata/dwarflint
- the theory being that most of the time all you need to track comes from one source - the upshot is that now the locus::clone and related business can go away
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;