Index: client/simulate_crash_mac.cc |
diff --git a/client/simulate_crash_mac.cc b/client/simulate_crash_mac.cc |
index eb9b010e1e0162802a1c7a2ca2f21c58f4cecd6f..b80355a4f161d3ff394892330aa61d90561720a5 100644 |
--- a/client/simulate_crash_mac.cc |
+++ b/client/simulate_crash_mac.cc |
@@ -71,7 +71,7 @@ bool DeliverException(thread_t thread, |
} |
// A const version of thread_state_t. |
- typedef const natural_t* ConstThreadState; |
+ using ConstThreadState = const natural_t*; |
// old_state is only used if the context already captured doesn’t match (or |
// can’t be converted to) what’s registered for the handler. |