Fixed VS compilation problem.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5287 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-04-26 23:41:40 +00:00
parent 200aa4ca36
commit 57df1a157d

View File

@ -573,7 +573,7 @@ void EventHandler::navigateDown(const int playerID, Input::InputType type, const
// -----------------------------------------------------------------------------
void EventHandler::sendEventToUser(Widget* widget, std::string& name, const int playerID)
void EventHandler::sendEventToUser(GUIEngine::Widget* widget, std::string& name, const int playerID)
{
getCurrentScreen()->eventCallback(widget, name, playerID);
}