summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_datetime.h')
-rw-r--r--core/fxcrt/cfx_datetime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcrt/cfx_datetime.h b/core/fxcrt/cfx_datetime.h
index 28991103f5..910a847506 100644
--- a/core/fxcrt/cfx_datetime.h
+++ b/core/fxcrt/cfx_datetime.h
@@ -14,6 +14,8 @@ uint8_t FX_DaysInMonth(int32_t iYear, uint8_t iMonth);
class CFX_DateTime {
public:
+ static CFX_DateTime Now();
+
CFX_DateTime()
: year_(0),
month_(0),
@@ -37,8 +39,6 @@ class CFX_DateTime {
second_(second),
millisecond_(millisecond) {}
- void Now();
-
void Reset() {
year_ = 0;
month_ = 0;