diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstatusbar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatusbar.h b/linden/indra/newview/llstatusbar.h index c5b4be0..8e71f75 100644 --- a/linden/indra/newview/llstatusbar.h +++ b/linden/indra/newview/llstatusbar.h | |||
@@ -105,8 +105,11 @@ public: | |||
105 | void setLandCommitted(S32 committed); | 105 | void setLandCommitted(S32 committed); |
106 | 106 | ||
107 | void refresh(); | 107 | void refresh(); |
108 | // some elements should hide in mouselook | ||
108 | void setVisibleForMouselook(bool visible); | 109 | void setVisibleForMouselook(bool visible); |
109 | // some elements should hide in mouselook | 110 | |
111 | // Update elements that might have changed after login screen | ||
112 | void updateElements(); | ||
110 | 113 | ||
111 | // ACCESSORS | 114 | // ACCESSORS |
112 | S32 getBalance() const; | 115 | S32 getBalance() const; |