Fix Mouse coordinates HI DPI under OSX (& various compilation warnings)

This commit is contained in:
brunoherbelin
2020-04-23 13:56:20 +02:00
parent 5e58915282
commit 60345958e4
5 changed files with 21 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ class Source
public:
// create a source and add it to the list
// only subclasses of sources can actually be instanciated
Source(std::string name);
Source(std::string name = "");
virtual ~Source();
// manipulate name of source