diff options
Diffstat (limited to 'linden/indra/newview/llfloaterenvsettings.h')
-rw-r--r-- | linden/indra/newview/llfloaterenvsettings.h | 2 |
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 | ||
100 | private: | 100 | private: |
101 | // one instance on the inside | 101 | // one instance on the inside |