1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 16:13:22 +08:00

Fix an abstract CConCommandMemberAccessor<T>

This commit is contained in:
Wend4r2 2023-09-30 16:25:04 +03:00 committed by Nicholas Hastings
parent 7931af02fa
commit 6696d3dea4

View File

@ -1088,7 +1088,7 @@ public:
m_pOwner = pOwner;
}
virtual void CommandCallback( const CCommand &command )
virtual void CommandCallback( const CCommandContext &context, const CCommand &command )
{
Assert( m_pOwner && m_Func );
(m_pOwner->*m_Func)( command );