diff options
Diffstat (limited to 'include/plist/Date.h')
-rw-r--r-- | include/plist/Date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h index df185db..78d8601 100644 --- a/include/plist/Date.h +++ b/include/plist/Date.h @@ -31,6 +31,7 @@ class Date : public Node { public : Date(); + Date(plist_t node); Date(uint64_t i); virtual ~Date(); |