diff options
Diffstat (limited to 'include/plist/Date.h')
| -rw-r--r-- | include/plist/Date.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h index d3cd605..22565ef 100644 --- a/include/plist/Date.h +++ b/include/plist/Date.h | |||
| @@ -31,8 +31,8 @@ namespace PList | |||
| 31 | class Date : public Node | 31 | class Date : public Node |
| 32 | { | 32 | { |
| 33 | public : | 33 | public : |
| 34 | Date(); | 34 | Date(Node* parent = NULL); |
| 35 | Date(plist_t node); | 35 | Date(plist_t node, Node* parent = NULL); |
| 36 | Date(Date& d); | 36 | Date(Date& d); |
| 37 | Date& operator=(Date& d); | 37 | Date& operator=(Date& d); |
| 38 | Date(timeval t); | 38 | Date(timeval t); |
