summaryrefslogtreecommitdiff
path: root/third_party/googletest/README.libvpx
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googletest/README.libvpx')
-rw-r--r--third_party/googletest/README.libvpx4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/googletest/README.libvpx b/third_party/googletest/README.libvpx
index da6f77804..f4ca22bba 100644
--- a/third_party/googletest/README.libvpx
+++ b/third_party/googletest/README.libvpx
@@ -20,3 +20,7 @@ Local Modifications:
LICENSE
README.md
src
+
+- Make WithParamInterface<T>::GetParam static in order to avoid
+ initialization issues
+ https://github.com/google/googletest/pull/1830