summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertexturefetchdebugger.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-05-04 18:17:20 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-05-04 18:17:20 -0600
commitf86592e34e47b9f5b0e39c20b0e16d1367a311b9 (patch)
tree2ad6181d57269569f8eb49f527398ae2f6b7c858 /indra/newview/llfloatertexturefetchdebugger.h
parent32c024c41d8edb2bbf5441178d83f3365182ed61 (diff)
parent0afca8603a56205df4c4e310387651726cbfbe3c (diff)
Automated merge with https://bitbucket.org/VirLinden/drano
Diffstat (limited to 'indra/newview/llfloatertexturefetchdebugger.h')
-rw-r--r--indra/newview/llfloatertexturefetchdebugger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatertexturefetchdebugger.h b/indra/newview/llfloatertexturefetchdebugger.h
index da1bff19d5..096ad88e07 100644
--- a/indra/newview/llfloatertexturefetchdebugger.h
+++ b/indra/newview/llfloatertexturefetchdebugger.h
@@ -65,9 +65,12 @@ private:
void updateButtons();
void disableButtons();
+ void setStartStatus(S32 status);
+ bool idleStart();
private:
LLTextureFetchDebugger* mDebugger;
std::map<std::string, bool> mButtonStateMap;
+ S32 mStartStatus;
};
#endif // LL_FLOATER_TEXTURE_FETCH_DEBUGGER__H