Adds SetArgPointee to replace SetArgumentPointee.
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py
index 4a41abf..18c117f 100755
--- a/scripts/gmock_doctor.py
+++ b/scripts/gmock_doctor.py
@@ -102,6 +102,7 @@
     'ReturnRef',
     'SaveArg',
     'SetArgReferee',
+    'SetArgPointee',
     'SetArgumentPointee',
     'SetArrayArgument',
     'SetErrnoAndReturn',