Browse Source

Fixed missing parameter rename

Asgeir Bjarni Ingvarsson 3 years ago
parent
commit
e456db5324
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtc/description.hpp

+ 1 - 1
include/rtc/description.hpp

@@ -96,7 +96,7 @@ public:
 		std::vector<string>::iterator removeAttribute(std::vector<string>::iterator iterator);
 
 		struct ExtMap {
-			ExtMap(string_view mline);
+			ExtMap(string_view description);
 			ExtMap() {}
 
 			int id;