Merge pull request #23267 from markdroth/import_fix

add missing virtual dtor
pull/23271/head
Mark D. Roth 5 years ago committed by GitHub
commit 92f7ece27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/filters/client_channel/resolving_lb_policy.h

@ -68,6 +68,8 @@ class ResolvingLoadBalancingPolicy : public LoadBalancingPolicy {
RefCountedPtr<LoadBalancingPolicy::Config> lb_policy_config;
};
virtual ~ChannelConfigHelper() = default;
// Applies the service config to the channel.
virtual ApplyServiceConfigResult ApplyServiceConfig(
const Resolver::Result& result) = 0;

Loading…
Cancel
Save