mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Cosmetics and bugfix on UserInterface.
This commit is contained in:
4
Source.h
4
Source.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user