fix ld issue

This commit is contained in:
proddy
2021-03-28 20:09:23 +02:00
parent 4208c3551a
commit ac7003124e
2 changed files with 4 additions and 3 deletions

View File

@@ -191,9 +191,7 @@ class EMSESP {
static WebDevicesService webDevicesService;
static WebAPIService webAPIService;
static uuid::log::Logger logger() {
return logger_;
}
static uuid::log::Logger logger();
private:
EMSESP() = delete;