From 2c3254431c97fa9e4efa967fbc3cb6abbffa55d2 Mon Sep 17 00:00:00 2001 From: Nicky Date: Wed, 10 Jul 2013 22:31:15 +0200 Subject: [PATCH] Fix breakpad stub for Mac. --- indra/llcommon/nd/ndexception_handler_stub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/nd/ndexception_handler_stub.h b/indra/llcommon/nd/ndexception_handler_stub.h index 3508a4c40d..8cf6e69f86 100644 --- a/indra/llcommon/nd/ndexception_handler_stub.h +++ b/indra/llcommon/nd/ndexception_handler_stub.h @@ -46,7 +46,7 @@ namespace google_breakpad class ExceptionHandler { public: - ExceptionHandler( std::string const&, int, tDumpFunc, int, bool ) + ExceptionHandler( std::string const&, int, tDumpFunc, int, bool, int ) { } ExceptionHandler( MinidumpDescriptor const&, int, tDumpFunc2, int, bool, int ) { }