added constref to foreach loop

wilder-pre-rebase
Hugo Pereira Da Costa 12 years ago
parent be25c41187
commit 3ad64ae5fb
  1. 2
      kstyle/breezestyle.cpp

@ -5767,7 +5767,7 @@ namespace Breeze
};
// loop over supported buttons
foreach( const SubControl subControl, subControls )
foreach( const SubControl& subControl, subControls )
{
// skip if not requested

Loading…
Cancel
Save