summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_event.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-10-21 20:41:24 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-12-02 21:18:29 +1000
commite80d18b0b3ecf9890d83a273a5a77de112022790 (patch)
treeeac412dfa6d3ea73ed8a00c422d5ebccfdf1b393 /libs/ardour/ardour/session_event.h
parent796f39b9670f28b4db4b695e8e3f33ca521d0103 (diff)
Revert unfinished export visibility commits by John Emmas
These break the mingw build and the visibility work will make this code redundant
Diffstat (limited to 'libs/ardour/ardour/session_event.h')
-rw-r--r--libs/ardour/ardour/session_event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/session_event.h b/libs/ardour/ardour/session_event.h
index e90ab71e26..8629f83c85 100644
--- a/libs/ardour/ardour/session_event.h
+++ b/libs/ardour/ardour/session_event.h
@@ -36,7 +36,7 @@ namespace ARDOUR {
class Slave;
class Region;
-class LIBARDOUR_API SessionEvent {
+class SessionEvent {
public:
enum Type {
SetTransportSpeed,
@@ -151,7 +151,7 @@ private:
friend class Butler;
};
-class LIBARDOUR_API SessionEventManager {
+class SessionEventManager {
public:
SessionEventManager () : pending_events (2048),
auto_loop_event(0), punch_out_event(0), punch_in_event(0) {}