diff options
Diffstat (limited to 'paludis/util/elf_symbol_section.hh')
-rw-r--r-- | paludis/util/elf_symbol_section.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/paludis/util/elf_symbol_section.hh b/paludis/util/elf_symbol_section.hh index 4a79ef8d8..bb258114d 100644 --- a/paludis/util/elf_symbol_section.hh +++ b/paludis/util/elf_symbol_section.hh @@ -81,12 +81,10 @@ namespace paludis template <typename ElfType_> class SymbolSection : public Section<ElfType_>, - public paludis::ImplementAcceptMethods<Section<ElfType_>, SymbolSection<ElfType_> >, - private paludis::Pimp<SymbolSection<ElfType_> > + public paludis::ImplementAcceptMethods<Section<ElfType_>, SymbolSection<ElfType_> > { - using paludis::Pimp<SymbolSection>::_imp; - private: + Pimp<SymbolSection> _imp; std::string _type; public: |