aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler/exception_handler.cc
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-07-02 20:41:30 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-07-02 20:41:30 +0000
commit3c07b281199a1338c1cf2d65ef71f055136854b3 (patch)
tree473b60916c9480683e17c455a0f22adc6cdc35d2 /src/client/windows/handler/exception_handler.cc
parentAllow finer control over installed handler types (#193). r=ted.mielczarek (diff)
downloadbreakpad-3c07b281199a1338c1cf2d65ef71f055136854b3.tar.xz
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
Diffstat (limited to 'src/client/windows/handler/exception_handler.cc')
-rw-r--r--src/client/windows/handler/exception_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/windows/handler/exception_handler.cc b/src/client/windows/handler/exception_handler.cc
index 2d7bc57c..9a9d5266 100644
--- a/src/client/windows/handler/exception_handler.cc
+++ b/src/client/windows/handler/exception_handler.cc
@@ -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),