diff --git a/Quicksilver/Code-QuickStepCore/QSObject.m b/Quicksilver/Code-QuickStepCore/QSObject.m index 87344b86a..9f345639e 100644 --- a/Quicksilver/Code-QuickStepCore/QSObject.m +++ b/Quicksilver/Code-QuickStepCore/QSObject.m @@ -54,7 +54,7 @@ - (id)init { if (self = [super init]) { data = [QSThreadSafeMutableDictionary dictionaryWithCapacity:0]; - meta = [NSMutableDictionary dictionaryWithCapacity:0]; + meta = [QSThreadSafeMutableDictionary dictionaryWithCapacity:0]; cache = [QSThreadSafeMutableDictionary dictionaryWithCapacity:0]; name = nil; label = nil;