Internal Change.

PiperOrigin-RevId: 721917172
pull/20163/head
Tony Liao 4 weeks ago committed by Copybara-Service
parent 08e2be5550
commit a8fca08d11
  1. 1
      src/google/protobuf/message_lite.h

@ -941,6 +941,7 @@ class PROTOBUF_EXPORT MessageLite {
return tc_table;
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
explicit constexpr MessageLite(const internal::ClassData* data)
: _class_data_(data) {}

Loading…
Cancel
Save