diff options
Diffstat (limited to 'src/log.cpp')
| -rw-r--r-- | src/log.cpp | 4 |
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; } |
