mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +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
|
||||
{
|
||||
return m_SymbolTable.Find( pString ) != UTL_INVAL_SYMBOL;
|
||||
return m_SymbolTable.Find( pString ).IsValid();
|
||||
}
|
||||
|
||||
UtlSymId_t Find( const char *pString ) const
|
||||
|
||||
Loading…
Reference in New Issue
Block a user