diff options
Diffstat (limited to 'include/plist/Dictionary.h')
| -rw-r--r-- | include/plist/Dictionary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plist/Dictionary.h b/include/plist/Dictionary.h index dbb27d1..38604c8 100644 --- a/include/plist/Dictionary.h +++ b/include/plist/Dictionary.h | |||
| @@ -32,8 +32,8 @@ namespace PList | |||
| 32 | class Dictionary : public Structure | 32 | class Dictionary : public Structure |
| 33 | { | 33 | { |
| 34 | public : | 34 | public : |
| 35 | Dictionary(); | 35 | Dictionary(Node* parent = NULL); |
| 36 | Dictionary(plist_t node); | 36 | Dictionary(plist_t node, Node* parent = NULL); |
| 37 | Dictionary(Dictionary& d); | 37 | Dictionary(Dictionary& d); |
| 38 | Dictionary& operator=(Dictionary& d); | 38 | Dictionary& operator=(Dictionary& d); |
| 39 | virtual ~Dictionary(); | 39 | virtual ~Dictionary(); |
