diff --git a/public/tier1/utlbuffer.h b/public/tier1/utlbuffer.h index 8c59d706..5e8dd616 100644 --- a/public/tier1/utlbuffer.h +++ b/public/tier1/utlbuffer.h @@ -455,7 +455,7 @@ protected: template void PutTypeBin( T src ); template void PutObject( T *src ); - CUtlLeanVector m_Memory; + CUtlLeanVector m_Memory; int m_Get; int m_Put;