finished merge of cairocanvas with windows and windows+cc branches
[ardour.git] / libs / ardour / panner_search_path.cc
index 100c406edd6d37314c92054596f916ef5c2fe922..c400aa6c3bb4471e1617d1b6e7930c867b7ae94f 100644 (file)
@@ -35,10 +35,11 @@ Searchpath
 panner_search_path ()
 {
        Searchpath spath(user_config_directory ());
+
        spath += ardour_dll_directory ();
        spath.add_subdirectory_to_paths(panner_dir_name);
-
        spath += Searchpath(Glib::getenv(panner_env_variable_name));
+
        return spath;
 }