From 4806d71ca28b452b05601491b0c869d6e685be39 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 19 Mar 2013 11:46:02 -0400 Subject: [PATCH] Fixed build. --- core/UserMessages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/UserMessages.cpp b/core/UserMessages.cpp index 2b797e4b..cede4e11 100644 --- a/core/UserMessages.cpp +++ b/core/UserMessages.cpp @@ -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);