|
@@ -740,7 +740,7 @@ class PROTOBUF_EXPORT Reflection final {
|
|
// long as the message is not destroyed.
|
|
// long as the message is not destroyed.
|
|
//
|
|
//
|
|
// Note that to use this method users need to include the header file
|
|
// Note that to use this method users need to include the header file
|
|
- // "net/proto2/public/reflection.h" (which defines the RepeatedFieldRef
|
|
|
|
|
|
+ // "google/protobuf/reflection.h" (which defines the RepeatedFieldRef
|
|
// class templates).
|
|
// class templates).
|
|
template <typename T>
|
|
template <typename T>
|
|
RepeatedFieldRef<T> GetRepeatedFieldRef(const Message& message,
|
|
RepeatedFieldRef<T> GetRepeatedFieldRef(const Message& message,
|