summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/GregorianDateTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/GregorianDateTime.h')
-rw-r--r--Source/WTF/wtf/GregorianDateTime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WTF/wtf/GregorianDateTime.h b/Source/WTF/wtf/GregorianDateTime.h
index 37300f089..49fadf27b 100644
--- a/Source/WTF/wtf/GregorianDateTime.h
+++ b/Source/WTF/wtf/GregorianDateTime.h
@@ -70,6 +70,8 @@ public:
inline void setUtcOffset(int utcOffset) { m_utcOffset = utcOffset; }
inline void setIsDST(int isDST) { m_isDST = isDST; }
+ WTF_EXPORT_PRIVATE void setToCurrentLocalTime();
+
operator tm() const
{
tm ret;