aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mac/handler/exception_handler_test.cc')
-rw-r--r--src/client/mac/handler/exception_handler_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/mac/handler/exception_handler_test.cc b/src/client/mac/handler/exception_handler_test.cc
index 0a1ecbe7..a8d45387 100644
--- a/src/client/mac/handler/exception_handler_test.cc
+++ b/src/client/mac/handler/exception_handler_test.cc
@@ -61,8 +61,8 @@ static void SoonToCrash() {
Crasher();
}
-bool MDCallback(const char *dump_dir, const char *file_name,
- void *context, bool success) {
+static bool MDCallback(const char *dump_dir, const char *file_name,
+ void *context, bool success) {
string path(dump_dir);
string dest(dump_dir);
path.append(file_name);