summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.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/pbd/pbd/stateful.h
parent08fbc53d5275094023ba8b0956236c1c945ca4b3 (diff)
get everything compiling with libardour built using -fvisibility=hidden
Diffstat (limited to 'libs/pbd/pbd/stateful.h')
-rw-r--r--libs/pbd/pbd/stateful.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h
index 7035af57c3..ab09b7aa84 100644
--- a/libs/pbd/pbd/stateful.h
+++ b/libs/pbd/pbd/stateful.h
@@ -35,11 +35,11 @@ class XMLNode;
namespace PBD {
namespace sys {
- class LIBPBD_API path;
+ class path;
}
-class LIBPBD_API PropertyList;
-class LIBPBD_API OwnedPropertyList;
+class PropertyList;
+class OwnedPropertyList;
/** Base class for objects with saveable and undoable state */
class LIBPBD_API Stateful {