Browse Source

Fixed missing RTC_CPP_EXPORT on ExtMap and RTPMap

Paul-Louis Ageneau 3 years ago
parent
commit
4221628570
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/rtc/description.hpp

+ 2 - 2
include/rtc/description.hpp

@@ -95,7 +95,7 @@ public:
 		std::vector<string>::iterator endAttributes();
 		std::vector<string>::iterator removeAttribute(std::vector<string>::iterator iterator);
 
-		struct ExtMap {
+		struct RTC_CPP_EXPORT ExtMap {
 			ExtMap(string_view description);
 			ExtMap() {}
 
@@ -183,7 +183,7 @@ public:
 
 		virtual void parseSdpLine(string_view line) override;
 
-		struct RTPMap {
+		struct RTC_CPP_EXPORT RTPMap {
 			RTPMap(string_view mline);
 			RTPMap() {}