summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/ParseUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/ParseUtils.h')
-rw-r--r--logic/minecraft/ParseUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/ParseUtils.h b/logic/minecraft/ParseUtils.h
index 73cf526a..bd2f6ffb 100644
--- a/logic/minecraft/ParseUtils.h
+++ b/logic/minecraft/ParseUtils.h
@@ -6,7 +6,7 @@
* parse the S3 timestamp in 'raw' and fill the forwarded variables.
* return true/false for success/failure
*/
-void parse_timestamp (const QString &raw, QString &save_here, QDateTime &parse_here);
+bool parse_timestamp (const QString &raw, QString &save_here, QDateTime &parse_here);
/**
* take the timestamp used by S3 and turn it into QDateTime