aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lloverlaybar.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lloverlaybar.h')
-rw-r--r--linden/indra/newview/lloverlaybar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/lloverlaybar.h b/linden/indra/newview/lloverlaybar.h
index 8b9b6bc..52a469a 100644
--- a/linden/indra/newview/lloverlaybar.h
+++ b/linden/indra/newview/lloverlaybar.h
@@ -95,9 +95,11 @@ protected:
95protected: 95protected:
96 LLMediaRemoteCtrl* mMediaRemote; 96 LLMediaRemoteCtrl* mMediaRemote;
97 LLVoiceRemoteCtrl* mVoiceRemote; 97 LLVoiceRemoteCtrl* mVoiceRemote;
98 bool mBuilt; // dialog constructed yet? 98 bool mBuilt; // dialog constructed yet?
99 S32 mMusicState;
100 std::string mOriginalIMLabel;
101
99 enum { STOPPED=0, PLAYING=1, PAUSED=2 }; 102 enum { STOPPED=0, PLAYING=1, PAUSED=2 };
100 S32 mMusicState;
101}; 103};
102 104
103extern LLOverlayBar* gOverlayBar; 105extern LLOverlayBar* gOverlayBar;