diff options
author | prep <none@none> | 2012-05-01 14:10:52 -0400 |
---|---|---|
committer | prep <none@none> | 2012-05-01 14:10:52 -0400 |
commit | 3c18573ed0278b420e06b1c2ce5fc19232332aba (patch) | |
tree | 604b54f27b43105b1be88d75d93ea181b85cfd1b /indra/newview/pipeline.h | |
parent | 87cba5a2b2ff662cb1b4d847b1ca3030ad53c960 (diff) |
Made restorePermanentObjects() api const correct.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<U32>& restoreList ); - void restorePermanentObjects( std::vector<U32>& restoreList ); + void restorePermanentObjects( const std::vector<U32>& restoreList ); private: void unloadShaders(); |