summaryrefslogtreecommitdiffstats
path: root/include/plist/Structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Structure.h')
-rw-r--r--include/plist/Structure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h
index 4910439..6f100cc 100644
--- a/include/plist/Structure.h
+++ b/include/plist/Structure.h
@@ -40,8 +40,8 @@ class Structure : public Node
std::vector<char> ToBin();
protected:
- Structure();
- Structure(plist_type type);
+ Structure(Node* parent = NULL);
+ Structure(plist_type type, Node* parent = NULL);
private:
Structure(Structure& s);