Fix compiler error for certain gcc version. (#28196)

pull/28234/head
mint570 3 years ago committed by GitHub
parent a0f30a4c79
commit 74d0e3905e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/ext/xds/xds_api.h

@ -55,6 +55,7 @@ class XdsApi {
static const char* kEdsTypeUrl;
struct Duration {
Duration() {}
int64_t seconds = 0;
int32_t nanos = 0;
bool operator==(const Duration& other) const {

Loading…
Cancel
Save