fix bug in serialization test

This commit is contained in:
Zeke Medley 2019-07-25 11:53:16 -07:00
parent bdc8e0e6c4
commit e6464dae79
6 changed files with 58 additions and 12 deletions

View file

@ -173,7 +173,7 @@ public:
*
* @return the broker representaton, or an error if the serialization
* failed.
*/
*/
static broker::expected<broker::data> Serialize(const Frame* target, const id_list selection);
/**