summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_Addr.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-10-12 15:56:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-10-12 15:56:08 +0200
commit9084da95c561f11fc84e449e4e19324eecddda1e (patch)
treee27916861713364a4be66ac2d4793e8c2eb565ff /ACE/ace/MEM_Addr.h
parent9b7415a3b4113b96fb0e456681df99f064d14088 (diff)
downloadATCD-9084da95c561f11fc84e449e4e19324eecddda1e.tar.gz
Use default destructor
* ACE/ASNMP/asnmp/oid.cpp: * ACE/ace/ATM_Addr.cpp: * ACE/ace/ATM_Addr.h: * ACE/ace/Asynch_IO.cpp: * ACE/ace/Asynch_IO.h: * ACE/ace/MEM_Addr.cpp: * ACE/ace/MEM_Addr.h: * TAO/tests/OctetSeq/README:
Diffstat (limited to 'ACE/ace/MEM_Addr.h')
-rw-r--r--ACE/ace/MEM_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/MEM_Addr.h b/ACE/ace/MEM_Addr.h
index a50c1fb737d..017756f0335 100644
--- a/ACE/ace/MEM_Addr.h
+++ b/ACE/ace/MEM_Addr.h
@@ -47,7 +47,7 @@ public:
explicit ACE_MEM_Addr (const ACE_TCHAR port_name[]);
/// Default dtor.
- ~ACE_MEM_Addr (void);
+ ~ACE_MEM_Addr () = default;
// = Direct initialization methods.