summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h
index 4d726e038..73a011755 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -67,7 +67,7 @@ int log_config_read(char *cfgName);
extern struct Log_Config
{
- enum log_what enable_logs;
+ enum e_log_pick_type enable_logs;
int filter;
bool sql_logs;
bool log_chat_woe_disable;