renamed this function to avoid clashes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40547
This commit is contained in:
David Anderson 2007-02-27 07:31:55 +00:00
parent 09887584f4
commit 348f21b61a

View File

@ -116,7 +116,7 @@ namespace SourceMod
class IClientListener
{
public:
virtual unsigned int GetInterfaceVersion()
virtual unsigned int GetClientListenerVersion()
{
return SMINTERFACE_PLAYERMANAGER_VERSION;
}