Skip to content

Commit

Permalink
fixed: silent control reaches end of non-void function warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkortstiege committed Sep 8, 2012
1 parent 3aa82b8 commit f949443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/guilib/GUIWindow.cpp
Expand Up @@ -744,6 +744,7 @@ bool CGUIWindow::Initialize()
CGUIMessage msg(GUI_MSG_WINDOW_LOAD, 0, 0); CGUIMessage msg(GUI_MSG_WINDOW_LOAD, 0, 0);
g_windowManager.SendThreadMessage(msg, GetID()); g_windowManager.SendThreadMessage(msg, GetID());
} }
return true;
} }


void CGUIWindow::SetInitialVisibility() void CGUIWindow::SetInitialVisibility()
Expand Down

0 comments on commit f949443

Please sign in to comment.