summaryrefslogtreecommitdiff
path: root/src/ui/ui_log.cpp
diff options
context:
space:
mode:
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 5b380a3..fa56f4a 100644
--- a/src/ui/ui_log.cpp
+++ b/src/ui/ui_log.cpp
@@ -23,7 +23,7 @@
void ui_draw_log()
{
- log* l = get_log();
+ program_log* l = get_log();
for (int i = (int)l->history_length-1; i >= 0; i--)
{