aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/gmock-matchers_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gmock-matchers_test.cc b/test/gmock-matchers_test.cc
index cb588470..f5eff5fb 100644
--- a/test/gmock-matchers_test.cc
+++ b/test/gmock-matchers_test.cc
@@ -4478,8 +4478,8 @@ class Streamlike {
class ConstIter : public std::iterator<std::input_iterator_tag,
value_type,
ptrdiff_t,
- const value_type&,
- const value_type*> {
+ const value_type*,
+ const value_type&> {
public:
ConstIter(const Streamlike* s,
typename std::list<value_type>::iterator pos)