aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewertime.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/viewertime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/viewertime.h b/linden/indra/newview/viewertime.h
index 525a2bc..f7a80a6 100644
--- a/linden/indra/newview/viewertime.h
+++ b/linden/indra/newview/viewertime.h
@@ -59,6 +59,9 @@ public:
59 59
60 static bool sUse24HourTime; 60 static bool sUse24HourTime;
61 static bool sUseUTCTime; 61 static bool sUseUTCTime;
62 static bool sUseTimeOffset;
63 static S32 sTimeOffset;
64 static bool sTimeOffsetDST;
62 65
63 void updateTimeFormat(const U32& index); 66 void updateTimeFormat(const U32& index);
64 67