]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/receiver.h
Decorate things which constitute the public API
[libs/net.git] / source / net / receiver.h
index de7209e4fc765d9d8d6d1d558aebecb6d075309f..9af1bb7154af65a226d96836c43fe48d9bc18fa3 100644 (file)
@@ -1,10 +1,12 @@
 #ifndef MSP_NET_RECEIVER_H_
 #define MSP_NET_RECEIVER_H_
 
+#include "mspnet_api.h"
+
 namespace Msp {
 namespace Net {
 
-class ReceiverBase
+class MSPNET_API ReceiverBase
 {
 protected:
        ReceiverBase() = default;