aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.h b/src/time.h
index 637b111..ba803bd 100755
--- a/src/time.h
+++ b/src/time.h
@@ -98,7 +98,7 @@ std::string timeprint(const moment input_moment);
std::string timeprint(const moment input_moment, bool clockonly);
std::string timeprint(const timeblock input_timeblock);
std::string timeprint(const timeblock input_timeblock, bool clockonly);
-long sortable_time(const timeblock input_timeblock);
+long long sortable_time(const timeblock input_timeblock);
moment timeinput(moment input_moment);
moment timeinput();