summaryrefslogtreecommitdiffstats
path: root/include/plist/Date.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Date.h')
-rw-r--r--include/plist/Date.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h
index ea0b270..e505b53 100644
--- a/include/plist/Date.h
+++ b/include/plist/Date.h
@@ -19,8 +19,8 @@
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22#ifndef PLIST__DATE_H 22#ifndef PLIST_DATE_H
23#define PLIST__DATE_H 23#define PLIST_DATE_H
24 24
25#include <plist/Node.h> 25#include <plist/Node.h>
26#include <ctime> 26#include <ctime>
@@ -47,4 +47,4 @@ public :
47 47
48}; 48};
49 49
50#endif // PLIST__DATE_H 50#endif // PLIST_DATE_H