@ -114,7 +114,7 @@ void ReviewDialog::onScrollChangePosition(MyGUI::VScrollPtr scroller, size_t pos
}
void ReviewDialog::onWindowResize(MyGUI::WidgetPtr window)
void ReviewDialog::onWindowResize(MyGUI::Window* window)
{
updateScroller();
@ -85,7 +85,7 @@ namespace MWGui
void updateSkillArea();
void onScrollChangePosition(MyGUI::VScrollPtr scroller, size_t pos);
void onWindowResize(MyGUI::WidgetPtr window);
void onWindowResize(MyGUI::Window* window);
static const int lineHeight;
@ -76,7 +76,7 @@ void StatsWindow::onScrollChangePosition(MyGUI::VScrollPtr scroller, size_t pos)
void StatsWindow::onWindowResize(MyGUI::WidgetPtr window)
void StatsWindow::onWindowResize(MyGUI::Window* window)
@ -58,7 +58,7 @@ namespace MWGui
void updateScroller();