X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fopenuri.h;h=f3b8323ed0152f3753668b2526ed30754d747a89;hb=3c7dea43af9d9e5b2563aee81ac5253fb2ee7858;hp=8ba6ffca62fd1b943e60be2b016a7d70b7a415bc;hpb=a882e96db1367c26660fd3d3079e9e3e19b1e149;p=ardour.git diff --git a/libs/pbd/pbd/openuri.h b/libs/pbd/pbd/openuri.h index 8ba6ffca62..f3b8323ed0 100644 --- a/libs/pbd/pbd/openuri.h +++ b/libs/pbd/pbd/openuri.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Paul Davis + Copyright (C) 2012 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ namespace PBD { LIBPBD_API bool open_uri (const char*); LIBPBD_API bool open_uri (const std::string&); + LIBPBD_API bool open_folder (const std::string&); } #endif