summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-03-22 17:15:12 -0400
committerprep <prep@lindenlab.com>2012-03-22 17:15:12 -0400
commitac39cb923e86a88aa4750051f9567a9f3e38f06b (patch)
tree9a55727cfee7c8f04f4aed4713538e27a4d526d9 /indra/newview/pipeline.cpp
parent6520a4e26e357e9bbe107f423d23127584359560 (diff)
Fixed header/code inconsistencies
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index f91dfa7c27..c58b216c6a 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -6283,7 +6283,7 @@ void LLPipeline::doResetVertexBuffers()
if ( LLPathingLib::getInstance() )
{
- LLPathingLib::getInstance()->cleanupVBOManger();
+ LLPathingLib::getInstance()->cleanupVBOManager();
}
LLVertexBuffer::cleanupClass();