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:
parent
200aa4ca36
commit
57df1a157d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user