From 3c18573ed0278b420e06b1c2ce5fc19232332aba Mon Sep 17 00:00:00 2001 From: prep Date: Tue, 1 May 2012 14:10:52 -0400 Subject: Made restorePermanentObjects() api const correct. --- indra/newview/pipeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/pipeline.h') diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 5995fc0e5b..a4ab1fa56b 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -367,7 +367,7 @@ public: void addDebugBlip(const LLVector3& position, const LLColor4& color); void hidePermanentObjects( std::vector& restoreList ); - void restorePermanentObjects( std::vector& restoreList ); + void restorePermanentObjects( const std::vector& restoreList ); private: void unloadShaders(); -- cgit v1.2.3