Index: testing/platform_test.h |
diff --git a/testing/platform_test.h b/testing/platform_test.h |
index 24980fbe0c160a72712b080df243fdf442c77a15..8cf8318b35f6466b4f02c613a08c2f5d52e3b631 100644 |
--- a/testing/platform_test.h |
+++ b/testing/platform_test.h |
@@ -9,7 +9,7 @@ |
#if defined(GTEST_OS_MAC) |
#ifndef __OBJC__ |
-typedef void* id; |
+typedef struct objc_object* id; |
#endif |
// The purpose of this class us to provide a hook for platform-specific |