summaryrefslogtreecommitdiff
path: root/src/syncevo/SyncContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncevo/SyncContext.h')
-rw-r--r--src/syncevo/SyncContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syncevo/SyncContext.h b/src/syncevo/SyncContext.h
index 8eacb4b2..a827b124 100644
--- a/src/syncevo/SyncContext.h
+++ b/src/syncevo/SyncContext.h
@@ -103,10 +103,10 @@ class SyncContext : public SyncConfig, public ConfigUserInterface {
static SuspendFlags s_flags;
/**
- * a pointer to the active SourceList instance if one exists;
+ * a pointer to the active SourceList instance for this context if one exists;
* used for error handling in throwError() on the iPhone
*/
- static SourceList *m_sourceListPtr;
+ SourceList *m_sourceListPtr;
/**
* a pointer to the active SyncContext instance if one exists;