浏览代码

Fixed missing parameter rename

Asgeir Bjarni Ingvarsson 4 年之前
父节点
当前提交
e456db5324
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;