From 943af9408c3a6401b2b0252beaf6285fd7e99d32 Mon Sep 17 00:00:00 2001 From: chatlanin Date: Sun, 22 Feb 2026 13:13:10 +0300 Subject: [PATCH] fix some error --- bin/examples/logger/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/examples/logger/main.cpp b/bin/examples/logger/main.cpp index 2e063c7..8180c93 100644 --- a/bin/examples/logger/main.cpp +++ b/bin/examples/logger/main.cpp @@ -2,7 +2,7 @@ #include #include #include -#include "hack/logger/logger.new.hpp" +#include "hack/logger/logger.hpp" #include "hack/patterns/ring_buffer.hpp" auto main(int argc, char *argv[]) -> int @@ -33,7 +33,6 @@ auto main(int argc, char *argv[]) -> int hack::log().set_devider(", "); hack::log()(1, i, 3.1f, f, 4.3, d, "asdf"); - hk::log()(i); hack::log().set_devider(" = "); hack::log().on_full_path();