适配flash player

This commit is contained in:
xiongziliang
2017-05-13 17:25:31 +08:00
parent c0477c897e
commit acc6106f6e
7 changed files with 75 additions and 41 deletions

View File

@@ -99,7 +99,7 @@ AMFValue::AMFValue(const AMFValue &from) :
}
AMFValue::AMFValue(AMFValue &&from) {
*this = from;
*this = std::forward<AMFValue>(from);
}
AMFValue& AMFValue::operator =(const AMFValue &from) {