From 0b63977570221ae7ca0ad46c9f844603ff91eeb4 Mon Sep 17 00:00:00 2001
From: Rick Pasetto <rick@lindenlab.com>
Date: Mon, 11 Jan 2010 09:53:24 -0800
Subject: Fix build issue with ba93e704bd4f

---
 indra/newview/llviewermedia.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'indra')

diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index f91d126073..9671b9e5dc 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -48,6 +48,8 @@
 #include "llviewerwindow.h"
 #include "llfocusmgr.h"
 #include "llcallbacklist.h"
+#include "llparcel.h"
+#include "llaudioengine.h"  // for gAudiop
 
 #include "llevent.h"		// LLSimpleListener
 #include "llnotificationsutil.h"
@@ -909,14 +911,14 @@ void LLViewerMedia::cleanupClass()
 
 //////////////////////////////////////////////////////////////////////////////////////////
 // static
-bool LLViewerParcelMedia::needsMediaFirstRun()
+bool LLViewerMedia::needsMediaFirstRun()
 {
 	return gWarningSettings.getBOOL("FirstStreamingMedia");
 }
 
 //////////////////////////////////////////////////////////////////////////////////////////
 // static
-void LLViewerParcelMedia::displayMediaFirstRun()
+void LLViewerMedia::displayMediaFirstRun()
 {
 	gWarningSettings.setBOOL("FirstStreamingMedia", FALSE);
 
@@ -926,7 +928,7 @@ void LLViewerParcelMedia::displayMediaFirstRun()
 
 //////////////////////////////////////////////////////////////////////////////////////////
 // static
-bool LLViewerParcelMedia::firstRunCallback(const LLSD& notification, const LLSD& response)
+bool LLViewerMedia::firstRunCallback(const LLSD& notification, const LLSD& response)
 {
 	S32 option = LLNotificationsUtil::getSelectedOption(notification, response);
 	if (option == 0)
-- 
cgit v1.2.3