try just removing all PLATFORM_WINDOWS conditionals in ipmidi code to see if it will...
[ardour.git] / libs / pbd / pbd / search_path.h
index f669d7f25a346ad0814cdc04e25312919b61c505..d287782acaf63435c2155631b99ad4d9eef5f39f 100644 (file)
@@ -134,6 +134,10 @@ public:
         */
        LIBPBD_TEMPLATE_MEMBER_API void remove_directories (const std::vector<std::string>& paths);
 
+       /**
+        * @return true if Searchpath already contains path
+        */
+       LIBPBD_TEMPLATE_MEMBER_API bool contains (const std::string& path) const;
 };
 
 LIBPBD_API void export_search_path (const std::string& base_dir, const char* varname, const char* dir);