فهرست منبع

Added missing std:: namespace

Paul-Louis Ageneau 4 سال پیش
والد
کامیت
f31ac185c5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/description.cpp

+ 1 - 1
src/description.cpp

@@ -1000,7 +1000,7 @@ string Description::typeToString(Type type) {
 } // namespace rtc
 
 std::ostream &operator<<(std::ostream &out, const rtc::Description &description) {
-	return out << string(description);
+	return out << std::string(description);
 }
 
 std::ostream &operator<<(std::ostream &out, rtc::Description::Type type) {