small round of compiler warning fixes
[ardour.git] / gtk2_ardour / editor_routes.cc
index e066e721fef7a3cfc04375ed088fcdf0d2946491..10b1cc894d7b2f2d56a266279ce83b7a1a24c375 100644 (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];