aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-15 20:45:37 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-15 20:45:37 +0000
commitd134f62482470476fcc00c773d2858fccd3fba52 (patch)
tree44d378ba5e26b1f65d3ede2701be68bc35941673 /AppKit
parentf5ae2596f49d9371730825e43f9137282e53b658 (diff)
[Author: mrossetti]
Mostly minor cleanup with a couple of leaks plugged. DELTA=28 (2 added, 7 deleted, 19 changed) R=dmaclach,hawk
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMNSWorkspace+Running.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMNSWorkspace+Running.m b/AppKit/GTMNSWorkspace+Running.m
index 9ca28f4..82c2fa5 100644
--- a/AppKit/GTMNSWorkspace+Running.m
+++ b/AppKit/GTMNSWorkspace+Running.m
@@ -68,7 +68,7 @@ NSString *const kGTMWorkspaceRunningBundleVersion = @"CFBundleVersion";
return dict;
}
-- (NSDictionary *)gtm_processInfoDictionaryForPSN:(ProcessSerialNumberPtr)psn {
+- (NSDictionary *)gtm_processInfoDictionaryForPSN:(ProcessSerialNumberPtr const)psn {
NSDictionary *dict = nil;
if (psn) {
CFDictionaryRef cfDict