diff options
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 1 |
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); |
