small round of compiler warning fixes

This commit is contained in:
Robin Gareus 2014-10-23 03:32:14 +02:00
parent e2c6eb0ba1
commit c6a3d6bc48
7 changed files with 13 additions and 13 deletions

View file

@ -810,7 +810,7 @@ EditorRoutes::update_visibility ()
TreeModel::Children rows = _model->children();
TreeModel::Children::iterator i;
DisplaySuspender ds ();
DisplaySuspender ds;
for (i = rows.begin(); i != rows.end(); ++i) {
TimeAxisView *tv = (*i)[_columns.tv];