mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 02:58:24 +00:00
Improve c++20 CUtlStringMap compatibility (#226)
This commit is contained in:
parent
68b1e8d806
commit
3b3b695c09
@ -49,7 +49,7 @@ public:
|
|||||||
|
|
||||||
bool Defined( const char *pString ) const
|
bool Defined( const char *pString ) const
|
||||||
{
|
{
|
||||||
return m_SymbolTable.Find( pString ) != UTL_INVAL_SYMBOL;
|
return m_SymbolTable.Find( pString ).IsValid();
|
||||||
}
|
}
|
||||||
|
|
||||||
UtlSymId_t Find( const char *pString ) const
|
UtlSymId_t Find( const char *pString ) const
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user