mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Correct multiple consts declarations x2 (#327)
This commit is contained in:
@ -1548,7 +1548,7 @@ KeyValues3* CKeyValues3Table::GetMember( KV3MemberId_t id )
|
||||
return MembersBase()[id];
|
||||
}
|
||||
|
||||
const const char* CKeyValues3Table::GetMemberName( const KeyValues3 *parent, KV3MemberId_t id ) const
|
||||
const char* CKeyValues3Table::GetMemberName( const KeyValues3 *parent, KV3MemberId_t id ) const
|
||||
{
|
||||
Assert( 0 <= id && id < m_nCount );
|
||||
|
||||
|
Reference in New Issue
Block a user