Saving and loading of Clone Sources.

This commit is contained in:
brunoherbelin
2020-05-23 15:27:56 +02:00
parent 84ca3b1f82
commit 2cc45edfbd
5 changed files with 39 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ public:
void visit (MediaSource& s) override;
void visit (SessionSource& s) override;
void visit (RenderSource& s) override;
void visit (CloneSource& s) override;
static tinyxml2::XMLElement *NodeToXML(Node &n, tinyxml2::XMLDocument *doc);
};