summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-17 16:29:25 +0100
committerRobin Gareus <robin@gareus.org>2016-02-17 16:29:25 +0100
commit5e50a7d6cfe76f04d018f5695fd47cc837c1fb24 (patch)
treeb89c14b79712d4566ba8dd904af7a4b760080e57 /libs/pbd/pbd
parent90efd9f0100d191668b8e320664768499ade88df (diff)
allot to open OSX Finder with arbitrary paths
Diffstat (limited to 'libs/pbd/pbd')
-rw-r--r--libs/pbd/pbd/openuri.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/openuri.h b/libs/pbd/pbd/openuri.h
index 64ae46b1d9..f3b8323ed0 100644
--- a/libs/pbd/pbd/openuri.h
+++ b/libs/pbd/pbd/openuri.h
@@ -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