summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_object.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-17 12:41:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-17 12:41:28 -0400
commitf3d2ca0d9ac823d57af39d8d6a34c40e87fefa35 (patch)
treeae5e28532bb43bd845ba3f6634bfae6a6e2f0376 /libs/ardour/ardour/session_object.h
parent08fbc53d5275094023ba8b0956236c1c945ca4b3 (diff)
get everything compiling with libardour built using -fvisibility=hidden
Diffstat (limited to 'libs/ardour/ardour/session_object.h')
-rw-r--r--libs/ardour/ardour/session_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session_object.h b/libs/ardour/ardour/session_object.h
index 21bb10f225..ac74f07b77 100644
--- a/libs/ardour/ardour/session_object.h
+++ b/libs/ardour/ardour/session_object.h
@@ -31,7 +31,7 @@
namespace ARDOUR {
namespace Properties {
- extern PBD::PropertyDescriptor<std::string> name;
+ LIBARDOUR_API extern PBD::PropertyDescriptor<std::string> name;
}
class Session;