mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 09:13:24 +00:00
Declare all folder names in a single source file (#2039)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
class TestLogger {
|
||||
public:
|
||||
Optional<File::Error> append(const std::string& filename) {
|
||||
Optional<File::Error> append(const std::filesystem::path& filename) {
|
||||
return log_file.append(filename);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user