mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-23 13:11:03 +00:00
Adding missing method.
parameters method was missing on Uploader. Review URL: http://breakpad.appspot.com/312001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@858 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
3473acb12e
commit
f53e77c011
|
@ -565,6 +565,11 @@ NSString *const kDefaultServerType = @"google";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
- (NSMutableDictionary *)parameters {
|
||||||
|
return parameters_;
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
[parameters_ release];
|
[parameters_ release];
|
||||||
|
|
Loading…
Reference in a new issue