mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 02:29:22 +02:00
nothing
This commit is contained in:
parent
bb0860c5d0
commit
d78278379b
@ -23,7 +23,7 @@
|
||||
#ifndef LOGGER_H
|
||||
#define LOGGER_H
|
||||
|
||||
#include <framework/global.h>
|
||||
#include "../global.h"
|
||||
|
||||
struct LogMessage {
|
||||
LogMessage(Fw::LogLevel level, const std::string& message, std::size_t when) : level(level), message(message), when(when) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user