finished merge of cairocanvas with windows and windows+cc branches
[ardour.git] / libs / ardour / ardour / session_event.h
index e90ab71e26711b3fafbbbc50c3a6c7b1a81d1d03..1283f320040eb2ba3c58929bd69e86df51c1f7f7 100644 (file)
@@ -28,7 +28,7 @@
 #include "pbd/ringbuffer.h"
 #include "pbd/event_loop.h"
 
-#include "ardour/visibility.h"
+#include "ardour/libardour_visibility.h"
 #include "ardour/types.h"
 
 namespace ARDOUR {
@@ -109,7 +109,7 @@ public:
 
        boost::shared_ptr<Region> region;
 
-    SessionEvent (Type t, Action a, framepos_t when, framepos_t where, double spd, bool yn = false, bool yn2 = false, bool yn3 = false)
+       SessionEvent (Type t, Action a, framepos_t when, framepos_t where, double spd, bool yn = false, bool yn2 = false, bool yn3 = false)
                : type (t)
                , action (a)
                , action_frame (when)
@@ -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) {}