summaryrefslogtreecommitdiff
path: root/src/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message.h b/src/message.h
index c4a3549..efdec8f 100644
--- a/src/message.h
+++ b/src/message.h
@@ -51,8 +51,8 @@ struct DirectMessageThread::Iterator::Priv
struct DirectMessageService::Priv
{
- static vector<ThreadWatcher> watchers;
- static mutex watcherLock;
+ vector<ThreadWatcher> watchers;
+ mutex watcherLock;
};
}