diff options
Diffstat (limited to 'indra/newview/llfloatertos.h')
-rwxr-xr-x | indra/newview/llfloatertos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertos.h b/indra/newview/llfloatertos.h index 2748b20513..b71b80ed24 100755 --- a/indra/newview/llfloatertos.h +++ b/indra/newview/llfloatertos.h @@ -62,7 +62,7 @@ public: /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event); private: - void testSiteIsAliveCoro(std::string url); + static void testSiteIsAliveCoro(std::string url); std::string mMessage; bool mLoadingScreenLoaded; |