1
0
Fork 0

use stream operator overload for Block

This commit is contained in:
Kevin Matz 2021-09-01 12:28:04 -04:00
parent 33b1d4eda7
commit 6822fe2d52
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ void message_transport::iStream(PDU::Stream stream)
*/
void message_transport::oStream(PDU::Stream stream) const
{
for ( const auto& pdu : *root.pdu )
*stream << pdu;
*stream << root;
}
} // ACN::RLP