diff options
Diffstat (limited to 'net/proxy/proxy_config.h')
-rw-r--r-- | net/proxy/proxy_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h index 2e91923..68deafd 100644 --- a/net/proxy/proxy_config.h +++ b/net/proxy/proxy_config.h @@ -49,6 +49,7 @@ class NET_EXPORT ProxyConfig { // Note that the default of TYPE_NO_RULES results in direct connections // being made when using this ProxyConfig. ProxyRules(); + ProxyRules(const ProxyRules& other); ~ProxyRules(); bool empty() const { |