Skip to content

Commit

Permalink
Unify codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jun 13, 2023
1 parent 4c0cafb commit caf0d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nameservice/WFServiceGovernance.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ class PolicyAddrParams
unsigned int dns_ttl_min;
unsigned int max_fails;

public:
PolicyAddrParams();
PolicyAddrParams(const struct AddressParams *params);

virtual ~PolicyAddrParams() = default;
virtual ~PolicyAddrParams() { }
};

class EndpointAddress
Expand Down

0 comments on commit caf0d43

Please sign in to comment.