summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.h
diff options
context:
space:
mode:
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 {