chore: fix win build

This commit is contained in:
aiamnezia
2025-12-30 16:05:05 +04:00
parent 2be6079e21
commit ae44de7101
3 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ class ProxyLogger
public:
enum class LogLevel {
DEBUG,
INFO,
WARNING,
ERROR
Debug,
Info,
Warning,
Error
};
static ProxyLogger& getInstance();