summaryrefslogtreecommitdiff
path: root/conflictcheck_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'conflictcheck_thread.h')
-rw-r--r--conflictcheck_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/conflictcheck_thread.h b/conflictcheck_thread.h
index 6edaa06..c340181 100644
--- a/conflictcheck_thread.h
+++ b/conflictcheck_thread.h
@@ -33,7 +33,7 @@ class cConflictCheckThread: public cThread {
bool m_Active;
time_t m_lastUpdate;
cPluginEpgsearch* m_plugin;
- static bool m_runOnce;
+ static bool m_runOnce;
static bool m_forceUpdate;
cCondWait Wait;
protected:
@@ -50,4 +50,4 @@ class cConflictCheckThread: public cThread {
static void Exit(void);
};
-#endif
+#endif