summaryrefslogtreecommitdiff
path: root/src/local_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-20 22:09:55 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-20 22:10:44 +0200
commitda78a8adb2302b15f89d353fa6610385f0bf2a69 (patch)
tree35b23b6d1433bd6db174f967bfb2541c5296140f /src/local_time.h
parent4070e3f3b270a4a8c91d4cf2b7942b842c95ea3d (diff)
Add add_days to LocalTime.
Diffstat (limited to 'src/local_time.h')
-rw-r--r--src/local_time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/local_time.h b/src/local_time.h
index 310c598c..e818ba6e 100644
--- a/src/local_time.h
+++ b/src/local_time.h
@@ -83,6 +83,7 @@ public:
_year = y;
}
+ void add_days (int d);
void add_months (int a);
void add_minutes (int a);