diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 04:00:51 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 04:00:51 +0000 |
commit | 69affca0b360b519a956e12d9f92bb7311c54859 (patch) | |
tree | 2974ea0628315c62305c2cd1f5949321ba45c942 | |
parent | dedfabae74c92bf54454f5c1d69e07ad642993c4 (diff) | |
download | chromium_src-69affca0b360b519a956e12d9f92bb7311c54859.zip chromium_src-69affca0b360b519a956e12d9f92bb7311c54859.tar.gz chromium_src-69affca0b360b519a956e12d9f92bb7311c54859.tar.bz2 |
add a detructor for clang's sake.
BUG=there is no bug
TEST=not applicable
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76872 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | net/base/ip_endpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/ip_endpoint.h b/net/base/ip_endpoint.h index 66aea71..2a60e11 100644 --- a/net/base/ip_endpoint.h +++ b/net/base/ip_endpoint.h @@ -19,6 +19,7 @@ namespace net { class IPEndPoint { public: IPEndPoint(); + virtual ~IPEndPoint(); IPEndPoint(const IPAddressNumber& address, int port); IPEndPoint(const IPEndPoint& endpoint); |