change SessionDialog::meta_master_bus_profile() to be a static method
This commit is contained in:
@@ -186,7 +186,7 @@ SessionDialog::clear_given ()
|
||||
}
|
||||
|
||||
uint32_t
|
||||
SessionDialog::meta_master_bus_profile (std::string script_path) const
|
||||
SessionDialog::meta_master_bus_profile (std::string script_path)
|
||||
{
|
||||
if (!Glib::file_test (script_path, Glib::FILE_TEST_EXISTS | Glib::FILE_TEST_IS_REGULAR)) {
|
||||
return UINT32_MAX;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user