mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Save & load GenericStrreamSource
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "StreamSource.h"
|
||||
|
||||
|
||||
GenericStreamSource::GenericStreamSource() : StreamSource()
|
||||
GenericStreamSource::GenericStreamSource(uint64_t id) : StreamSource(id)
|
||||
{
|
||||
// create stream
|
||||
stream_ = new Stream;
|
||||
|
||||
Reference in New Issue
Block a user