Add missed parent class call to Sequence::control_list_marked_dirty. Fixes #4335.
[ardour.git] / libs / ardour / panner_search_path.cc
index 559e306caa98ee1cb09e4cf9029dbc0ec51f1d7d..cbb62bbf3c3bbaf34eafecc36d81f5f150590727 100644 (file)
@@ -41,7 +41,7 @@ panner_search_path ()
                return spath_env;
        }
 
-       SearchPath spath(user_config_directory ());
+       SearchPath spath (user_config_directory ());
 
        spath += ardour_module_directory ();
        spath.add_subdirectory_to_paths(panner_dir_name);