From fd4cbed787e4a5e5a06898cdb46fa040163db136 Mon Sep 17 00:00:00 2001
From: Aimee Linden <aimee@lindenlab.com>
Date: Wed, 4 Aug 2010 13:18:16 +0100
Subject: [PATCH] DEV-52379 FIXED (Supplementary to my supplementary) Fix Linux
 build breakage ... oopsie.

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

diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index e15609065c..8254cf1cad 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -330,7 +330,7 @@ public:
 
 private:
 	// determine the cache filename for the region from the region handle
-	const std::string LLViewerRegion::getObjectCacheFilename(U64 mHandle) const;
+	const std::string getObjectCacheFilename(U64 mHandle) const;
 
 	// The surfaces and other layers
 	LLSurface*	mLandp;
-- 
GitLab