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:
parent
7931af02fa
commit
6696d3dea4
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user