summaryrefslogtreecommitdiff
path: root/indra/llrender/llrendernavprim.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llrendernavprim.h')
-rw-r--r--indra/llrender/llrendernavprim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrendernavprim.h b/indra/llrender/llrendernavprim.h
index f8fabfa95f..cd57fd2223 100644
--- a/indra/llrender/llrendernavprim.h
+++ b/indra/llrender/llrendernavprim.h
@@ -44,7 +44,7 @@ public:
//Draw simple tri
void renderTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, int color ) const;
//Draw the contents of vertex buffer
- void renderNavMeshVB( const LLVertexBuffer* pVBO, int vertCnt ) const;
+ void renderNavMeshVB( LLVertexBuffer* pVBO, int vertCnt );
private:
};