2
0
Эх сурвалжийг харах

Fixed missing parameter rename

Asgeir Bjarni Ingvarsson 4 жил өмнө
parent
commit
e456db5324

+ 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;