Update Some files

This commit is contained in:
2022-04-12 11:19:37 +02:00
parent ed0d9998ff
commit 6123bd3307
4 changed files with 10 additions and 9 deletions

View File

@@ -25,6 +25,6 @@ class Log
/// \param fmt_str the formatted style
std::string format(const std::string& fmt_str, ...);
private:
/// param filename the name of the logfile
/// \param filename the name of the logfile
std::string filename;
};