aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gos/threads_advanced/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gos/threads_advanced/main.c')
-rw-r--r--demos/modules/gos/threads_advanced/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gos/threads_advanced/main.c b/demos/modules/gos/threads_advanced/main.c
index dd4332ed..2f3a3b47 100644
--- a/demos/modules/gos/threads_advanced/main.c
+++ b/demos/modules/gos/threads_advanced/main.c
@@ -41,7 +41,7 @@
#include "gfx.h"
GTimer gt;
-gfxThreadHandle thd;
+gThread thd;
#if defined(WIN32)
#include <windows.h>