summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-27 18:38:35 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-27 18:38:35 +0200
commitd8c4d84dc75300c6d4d8b0adceafa33741960b92 (patch)
tree00e2dfcc5c836d62fccff76c862e6ec3b0a74db8 /src/log.cpp
parentfa088bb60692ba02d30d39affa9a31d9e2b688e2 (diff)
added http lib, working on AI invoice importing
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log.cpp b/src/log.cpp
index 5180705..094bcab 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -20,9 +20,9 @@
#include "timer.h"
#include "log.hpp"
-log g_log = {0};
+program_log g_log = {0};
-log* get_log()
+program_log* get_log()
{
return &g_log;
}