diff options
author | andreykproductengine <none@none> | 2016-12-01 13:58:24 +0200 |
---|---|---|
committer | andreykproductengine <none@none> | 2016-12-01 13:58:24 +0200 |
commit | bd411d4503b66f0bd6df27b97d9e4bc56bf50e53 (patch) | |
tree | 0551dc98815387d83090161681ea7e60a92f6e2d /indra/newview/llappearancemgr.h | |
parent | 95826232bc7c8c695021a21eb79087e573635f24 (diff) |
MAINT-6562 Avatar COF was occasionally failing to update because Not Found
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 5948dd870c..166c663feb 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -225,6 +225,7 @@ public: bool isInUpdateAppearanceFromCOF() { return mIsInUpdateAppearanceFromCOF; } + static void onIdle(void *); void requestServerAppearanceUpdate(); void setAppearanceServiceURL(const std::string& url) { mAppearanceServiceURL = url; } @@ -235,7 +236,6 @@ public: boost::signals2::connection setAttachmentsChangedCallback(attachments_changed_callback_t cb); - private: void serverAppearanceUpdateCoro(LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t &httpAdapter); |