Save & load GenericStrreamSource

This commit is contained in:
Bruno Herbelin
2021-12-31 13:30:51 +01:00
parent fda62314f9
commit d5092b1765
6 changed files with 34 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
#include "StreamSource.h"
GenericStreamSource::GenericStreamSource() : StreamSource()
GenericStreamSource::GenericStreamSource(uint64_t id) : StreamSource(id)
{
// create stream
stream_ = new Stream;