Added friend class to ConCommand to gain access to callbacks.

This commit is contained in:
Jordan Cristiano 2013-06-27 01:32:06 -04:00
parent 8b4b6f93e4
commit 453f5c0be7

View file

@ -260,6 +260,7 @@ inline const char *CCommand::operator[]( int nIndex ) const
//-----------------------------------------------------------------------------
class ConCommand : public ConCommandBase
{
friend class CConCommandHook;
friend class CCvar;
public: