]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/eventdispatcher.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / eventdispatcher.h
index d9a7afd2a02cfe3809578d89821d9c03541fe804..25341bfe36fd04bc28878c0a8971bfce62de689e 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <set>
 #include <sigc++/trackable.h>
+#include <msp/core/mspcore_api.h>
 #include <msp/time/timedelta.h>
 #include <msp/time/timer.h>
 #include "poll.h"
@@ -14,7 +15,7 @@ namespace IO {
 Put your I/O objects inside one of these to get signaled when something happens
 on some of them.
 */
-class EventDispatcher
+class MSPCORE_API EventDispatcher
 {
 private:
        struct Slot: public sigc::trackable