Skip to content

Commit

Permalink
Add virtual destructor for PolicyAddrParams.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jun 13, 2023
1 parent b0ed994 commit ec7b16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nameservice/WFServiceGovernance.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ class PolicyAddrParams
unsigned int dns_ttl_min;
unsigned int max_fails;

public:
PolicyAddrParams();
PolicyAddrParams(const struct AddressParams *params);
virtual ~PolicyAddrParams() { }
};

class EndpointAddress
Expand Down

0 comments on commit ec7b16e

Please sign in to comment.