aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/repeated_field_reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/repeated_field_reflection.h')
-rw-r--r--src/google/protobuf/repeated_field_reflection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/repeated_field_reflection.h b/src/google/protobuf/repeated_field_reflection.h
index 08dfa7a5..42f7be20 100644
--- a/src/google/protobuf/repeated_field_reflection.h
+++ b/src/google/protobuf/repeated_field_reflection.h
@@ -231,7 +231,7 @@ class RepeatedFieldRefIterator
const void* data_;
const RepeatedFieldAccessor* accessor_;
void* iterator_;
- scoped_ptr<AccessorValueType> scratch_space_;
+ google::protobuf::scoped_ptr<AccessorValueType> scratch_space_;
};
// TypeTraits that maps the type parameter T of RepeatedFieldRef or