Fixed build.

This commit is contained in:
Nicholas Hastings 2013-03-19 11:46:02 -04:00
parent 085b87dd02
commit 4806d71ca2

View File

@ -446,7 +446,7 @@ bool UserMessages::InternalHook(int msg_id, IBitBufUserMessageListener *pListene
}
#ifdef USE_PROTOBUF_USERMESSAGES
const protobuf::Message *GetMessagePrototype(int msg_type)
const protobuf::Message *UserMessages::GetMessagePrototype(int msg_type)
{
#if SOURCE_ENGINE == SE_DOTA
return g_DotaUsermessageHelpers.GetPrototype(msg_type);