summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'Killmail.h')
-rw-r--r--Killmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Killmail.h b/Killmail.h
index 047eb68..59e2c54 100644
--- a/Killmail.h
+++ b/Killmail.h
@@ -12,5 +12,5 @@ struct Killmail
long int ship;
LongVector3 position;
Owner owner;
- std::tm time;
+ std::time_t time;
};