summaryrefslogtreecommitdiff
path: root/indra/newview/llmoveview.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-09-30 15:56:40 -0700
committerRider Linden <rider@lindenlab.com>2016-09-30 15:56:40 -0700
commitb2eded73b9bf55e2253a9c39113ff0598c2c18cb (patch)
treeb3cd5ce3893e5aa45716628d03e0a49e9616e0b7 /indra/newview/llmoveview.h
parentcf83f0a3c210ceabbb6d59e71e35b281d99ba3da (diff)
MAINT-6759: Do not automatically hide the "Stand" button. Rely on the state of the avatar to enable/disable buttons.
Diffstat (limited to 'indra/newview/llmoveview.h')
-rw-r--r--indra/newview/llmoveview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.h b/indra/newview/llmoveview.h
index c525d9dfdb..4a31f2a814 100644
--- a/indra/newview/llmoveview.h
+++ b/indra/newview/llmoveview.h
@@ -56,7 +56,7 @@ public:
static void setAlwaysRunMode(bool run);
void setAlwaysRunModeImpl(bool run);
static void setSittingMode(BOOL bSitting);
- static void enableInstance(BOOL bEnable);
+ static void enableInstance();
/*virtual*/ void onOpen(const LLSD& key);
static void sUpdateFlyingStatus();