summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-30 23:35:37 +0100
committerRobin Gareus <robin@gareus.org>2020-01-30 23:35:37 +0100
commit44e55c501e787329b265876345e770531ed464b8 (patch)
tree5521a56c1c226de84539465d7f8486e408c3dbc1 /gtk2_ardour/ardour_ui.h
parentd887f5965abcc2f95b672593c06d10aab65c1d9f (diff)
Add some const'ness
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index cab60c78a2..58a216a93b 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -765,7 +765,7 @@ private:
Gtk::MenuItem *cleanup_item;
- void display_cleanup_results (ARDOUR::CleanupReport& rep, const gchar* list_title, const bool msg_delete);
+ void display_cleanup_results (ARDOUR::CleanupReport const& rep, const gchar* list_title, const bool msg_delete);
void cleanup ();
void cleanup_peakfiles ();
void flush_trash ();