aboutsummaryrefslogtreecommitdiff
path: root/c/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/data.cpp')
-rw-r--r--c/data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/data.cpp b/c/data.cpp
index 0ac27ce..4b8033a 100644
--- a/c/data.cpp
+++ b/c/data.cpp
@@ -112,7 +112,7 @@ void WaitFor(void (*f)(unsigned char*))
static int i = 0;
if (sig & DONE) {
- extern EpisodeListView* const g_elv;
+ extern EpisodeListView* g_elv;
KillTimer(nullptr, iTimer);
i = 0;
sig = READY; /* Reset signals. */