From c5115c9a3c8ce6639f37e0b429e0498bb522d913 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Oct 2013 23:30:28 -0400 Subject: add export visibility control to libpbd (works thus far on linux/gcc) --- libs/pbd/pbd/sequence_property.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/pbd/pbd/sequence_property.h') diff --git a/libs/pbd/pbd/sequence_property.h b/libs/pbd/pbd/sequence_property.h index b9d59724dd..28775b5f3c 100644 --- a/libs/pbd/pbd/sequence_property.h +++ b/libs/pbd/pbd/sequence_property.h @@ -27,6 +27,7 @@ #include +#include "pbd/libpbd_visibility.h" #include "pbd/convert.h" #include "pbd/id.h" #include "pbd/property_basics.h" @@ -43,7 +44,7 @@ namespace PBD { * any change. */ template -class SequenceProperty : public PropertyBase +class LIBPBD_API SequenceProperty : public PropertyBase { public: typedef std::set ChangeContainer; -- cgit v1.2.3