summaryrefslogtreecommitdiff
path: root/src/ui/ui_log.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 18:36:31 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 18:36:31 +0200
commitcd827834f9ee329c27b82d987f0d1d48a854a954 (patch)
tree3f2b63cc88f7d01ac6c55ff6c8cd5ff26dae55b5 /src/ui/ui_log.cpp
parent83cbf0e4a142ab2c57fd4fdfc056517b7149828b (diff)
namespace importer
Diffstat (limited to 'src/ui/ui_log.cpp')
-rw-r--r--src/ui/ui_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_log.cpp b/src/ui/ui_log.cpp
index 48eaf1c..d19e26e 100644
--- a/src/ui/ui_log.cpp
+++ b/src/ui/ui_log.cpp
@@ -21,7 +21,7 @@
#include "logger.hpp"
#include "locales.hpp"
-void ui_draw_log()
+void ui::draw_log()
{
logger::program_log* l = logger::get();