diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index e15609065c883b3a3cacdffcd40079eb2a1659df..8254cf1caddb2531274ffe2375037c0546720cf5 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;