mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Important change: sources keep their id all lifelong.
This simplifies a lot history and testing in session.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
class StreamSource: public Source
|
||||
{
|
||||
public:
|
||||
StreamSource();
|
||||
StreamSource(uint64_t id = 0);
|
||||
virtual ~StreamSource();
|
||||
|
||||
// implementation of source API
|
||||
|
||||
Reference in New Issue
Block a user