Skip to content

Commit

Permalink
Release const CKeyValues3Table::GetMember method
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Dec 26, 2024
1 parent 29a6d88 commit aecafe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tier1/keyvalues3.h
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class CKeyValues3Table

int GetMemberCount() const { return m_nCount; }
Member_t GetMember( KV3MemberId_t id );
const Member_t GetMember( KV3MemberId_t id ) const;
const Member_t GetMember( KV3MemberId_t id ) const { return const_cast<CKeyValues3Table*>(this)->GetMember( id ) }
const Name_t GetMemberName( KV3MemberId_t id ) const;
const Hash_t GetMemberHash( KV3MemberId_t id ) const;
void EnableFastSearch();
Expand Down

0 comments on commit aecafe3

Please sign in to comment.