Kaydet (Commit) 109ca5b6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:loopvartoosmall

Change-Id: Iaeb3e12f9e83328c9ffd4718e7907bd7c7a39910
üst a9c4476c
...@@ -50,7 +50,7 @@ void FolderTree::FillTreeEntry( SvTreeListEntry* pEntry ) ...@@ -50,7 +50,7 @@ void FolderTree::FillTreeEntry( SvTreeListEntry* pEntry )
if ( SUCCESS == eResult ) if ( SUCCESS == eResult )
{ {
for( unsigned int i = 0; i < aContent.size(); i++ ) for( std::vector<SortingData_Impl *>::size_type i = 0; i < aContent.size(); i++ )
{ {
if( aContent[i]->mbIsFolder ) if( aContent[i]->mbIsFolder )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment