Cosmetics and bugfix on UserInterface.

This commit is contained in:
brunoherbelin
2020-05-19 14:04:18 +02:00
parent bf12e75bd4
commit 1ea1937fd7
6 changed files with 51 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ class Source
public:
// create a source and add it to the list
// only subclasses of sources can actually be instanciated
Source(const std::string &name = "");
Source();
virtual ~Source();
// manipulate name of source
@@ -125,7 +125,7 @@ private:
class MediaSource : public Source
{
public:
MediaSource(const std::string &name = "");
MediaSource();
~MediaSource();
// implementation of source API