aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterenvsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterenvsettings.h')
-rw-r--r--linden/indra/newview/llfloaterenvsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterenvsettings.h b/linden/indra/newview/llfloaterenvsettings.h
index 63f6a98..8f70993 100644
--- a/linden/indra/newview/llfloaterenvsettings.h
+++ b/linden/indra/newview/llfloaterenvsettings.h
@@ -95,7 +95,7 @@ public:
95 void syncMenu(); 95 void syncMenu();
96 96
97 /// convert the present time to a digital clock time 97 /// convert the present time to a digital clock time
98 LLString timeToString(F32 curTime); 98 std::string timeToString(F32 curTime);
99 99
100private: 100private:
101 // one instance on the inside 101 // one instance on the inside