mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 19:18:46 +02:00
「🔨」 fix: fixed compilation error with logger
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/20 09:28:27 by adjoly #+# #+# */
|
||||
/* Updated: 2025/04/22 11:50:42 by mmoussou ### ########.fr */
|
||||
/* Updated: 2025/04/22 14:46:05 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -134,6 +134,6 @@ class Logger {
|
||||
std::ofstream _file;
|
||||
};
|
||||
|
||||
Logger *_log = NULL;
|
||||
extern Logger *_log;
|
||||
|
||||
}; // namespace webserv
|
||||
|
Reference in New Issue
Block a user