aboutsummaryrefslogtreecommitdiffstats
path: root/elff/dwarf_die.h
diff options
context:
space:
mode:
Diffstat (limited to 'elff/dwarf_die.h')
-rw-r--r--elff/dwarf_die.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elff/dwarf_die.h b/elff/dwarf_die.h
index 21dea37..ca2eeeb 100644
--- a/elff/dwarf_die.h
+++ b/elff/dwarf_die.h
@@ -39,8 +39,8 @@ class DIEObject : public DwarfAllocBase {
: die_(die),
parent_cu_(parent_cu),
parent_die_(parent_die),
- prev_sibling_(NULL),
- last_child_(NULL) {
+ last_child_(NULL),
+ prev_sibling_(NULL) {
}
/* Destructs DIEObject intance. */