summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-08 21:40:14 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-10-10 16:52:00 -0600
commit0ea5344be631268d42ea7ff560a2df6ddd1a7bc7 (patch)
tree4b3ef1bce41a78bb74208699ba5a4aa8a04ba408 /gtk2_ardour/session_dialog.h
parent1be0c0efe7b2f18ecb3ed78f756d4549dc446248 (diff)
change SessionDialog::meta_master_bus_profile() to be a static method
Diffstat (limited to 'gtk2_ardour/session_dialog.h')
-rw-r--r--gtk2_ardour/session_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/session_dialog.h b/gtk2_ardour/session_dialog.h
index 8f5d6b2a7a..5471f7d707 100644
--- a/gtk2_ardour/session_dialog.h
+++ b/gtk2_ardour/session_dialog.h
@@ -191,7 +191,7 @@ private:
void disable_plugins_clicked ();
/* meta-template */
- uint32_t meta_master_bus_profile (std::string script) const;
+ static uint32_t meta_master_bus_profile (std::string script);
/* always there */