summaryrefslogtreecommitdiff
path: root/libdw/c++/dwarf_edit
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/c++/dwarf_edit')
-rw-r--r--libdw/c++/dwarf_edit4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdw/c++/dwarf_edit b/libdw/c++/dwarf_edit
index 75714f77..61a5b20b 100644
--- a/libdw/c++/dwarf_edit
+++ b/libdw/c++/dwarf_edit
@@ -89,6 +89,10 @@ namespace elfutils
class dwarf_edit
{
+ private:
+ friend class dwarf_data;
+ typedef dwarf_edit me;
+
public:
typedef dwarf_data::source_file source_file;
typedef dwarf_data::directory_table directory_table;