aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSanJacobs2022-07-12 23:46:53 +0200
committerSanJacobs2022-07-12 23:50:12 +0200
commit4111b93bd116bf44f7e7b049630f011976b4b25c (patch)
tree64d15ad4901c9d4c9c41cd5e1e518025d66bd422 /src/time.h
parent62866cac4eb109490ad1d79a3295a3848da8c134 (diff)
downloadsatscalc-4111b93bd116bf44f7e7b049630f011976b4b25c.tar.gz
satscalc-4111b93bd116bf44f7e7b049630f011976b4b25c.tar.bz2
satscalc-4111b93bd116bf44f7e7b049630f011976b4b25c.zip
Made timeinput() vastly less tedious
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 81111c1..fc5dcbc 100755
--- a/src/time.h
+++ b/src/time.h
@@ -97,7 +97,7 @@ std::string timeprint(const moment input_moment);
std::string timeprint(const timeblock input_timeblock);
long sortable_time(const timeblock input_timeblock);
-moment timeinput(const int or_year, const int or_month, const int or_day);
+moment timeinput(moment input_moment);
moment timeinput();
// TODO: It would be nice to have a version that can take in a const reference to a moment, prompt for clock-time, and return the first moment at that clock-time forward in time from the input moment