fix error with missing 0 at date at log subfunktion

This commit is contained in:
Markus 2020-02-22 15:27:32 +01:00
parent 9aa2653618
commit cfea1daa98
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ enum Modus {

};


struct Settings {
Settings() {}
Settings(std::string name) : name(name) {}