diff options
Diffstat (limited to 'linden/indra/newview/hippoGridManager.h')
-rw-r--r-- | linden/indra/newview/hippoGridManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/hippoGridManager.h b/linden/indra/newview/hippoGridManager.h index de69e5b..ef351d9 100644 --- a/linden/indra/newview/hippoGridManager.h +++ b/linden/indra/newview/hippoGridManager.h | |||
@@ -83,7 +83,7 @@ public: | |||
83 | bool retrieveGridInfo(); | 83 | bool retrieveGridInfo(); |
84 | 84 | ||
85 | static const char *getPlatformString(Platform platform); | 85 | static const char *getPlatformString(Platform platform); |
86 | static void cleanUpGridNick(std::string &gridnick); | 86 | static std::string sanitizeGridNick(std::string &gridnick); |
87 | 87 | ||
88 | static HippoGridInfo FALLBACK_GRIDINFO; | 88 | static HippoGridInfo FALLBACK_GRIDINFO; |
89 | static void initFallback(); | 89 | static void initFallback(); |
@@ -117,7 +117,7 @@ private: | |||
117 | }; | 117 | }; |
118 | XmlState mXmlState; | 118 | XmlState mXmlState; |
119 | 119 | ||
120 | static void cleanUpUri(std::string &uri); | 120 | static std::string sanitizeUri(std::string &uri); |
121 | void formatFee(std::string &fee, int cost, bool showFree) const; | 121 | void formatFee(std::string &fee, int cost, bool showFree) const; |
122 | 122 | ||
123 | static void onXmlElementStart(void *userData, const XML_Char *name, const XML_Char **atts); | 123 | static void onXmlElementStart(void *userData, const XML_Char *name, const XML_Char **atts); |