This commit is contained in:
XiaoFeng 2015-07-06 16:45:04 +08:00
parent 9fab1e7702
commit 214684b3be
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ namespace ui {
page->forceDoLayout();
Vector<Layout*> _layoutVector = page->getPages();
for each (auto item in _layoutVector)
for(auto& item : _layoutVector)
{
ui::Helper::doLayout(item);
}