diff options
Diffstat (limited to 'include/plist/Date.h')
| -rw-r--r-- | include/plist/Date.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h index 510a349..3cfb7d1 100644 --- a/include/plist/Date.h +++ b/include/plist/Date.h | |||
| @@ -35,7 +35,7 @@ public : | |||
| 35 | Date(Node* parent = NULL); | 35 | Date(Node* parent = NULL); |
| 36 | Date(plist_t node, Node* parent = NULL); | 36 | Date(plist_t node, Node* parent = NULL); |
| 37 | Date(const Date& d); | 37 | Date(const Date& d); |
| 38 | Date& operator=(Date& d); | 38 | Date& operator=(const Date& d); |
| 39 | Date(timeval t); | 39 | Date(timeval t); |
| 40 | virtual ~Date(); | 40 | virtual ~Date(); |
| 41 | 41 | ||
