From 3aaaae15034b1c0e3099662023bc90d5e447d1ac Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Tue, 8 Nov 2011 15:23:56 -0500
Subject: [PATCH] STORM-591 Audio fading Hopefully fix error in llvieweraudio.h
 that caused mac and linux compile failure

---
 indra/newview/llvieweraudio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvieweraudio.h b/indra/newview/llvieweraudio.h
index 316d7b32d2..1663f77f4a 100644
--- a/indra/newview/llvieweraudio.h
+++ b/indra/newview/llvieweraudio.h
@@ -59,7 +59,7 @@ public:
 	void startInternetStreamWithAutoFade(std::string streamURI);
 	void stopInternetStreamWithAutoFade();
 	
-	bool LLViewerAudio::onIdleUpdate();
+	bool onIdleUpdate();
 
 	EFadeState getFadeState() { return mFadeState; }
 	bool isDone() { return mDone; };
-- 
GitLab