These should be int to allow them to be ORed together. Ted, please review.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@194 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
6a844b1d85
commit
3c07b28119
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ ExceptionHandler::ExceptionHandler(const wstring &dump_path,
|
|||
FilterCallback filter,
|
||||
MinidumpCallback callback,
|
||||
void *callback_context,
|
||||
HandlerType handler_types)
|
||||
int handler_types)
|
||||
: filter_(filter),
|
||||
callback_(callback),
|
||||
callback_context_(callback_context),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue