summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:38:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:38:30 +0100
commit80ef4188441e6a0b786e48659af9e39ecd4b9735 (patch)
tree712121e038abdacac39e599d592336173dfe7a12 /TAO/tao/Argument.h
parent45fa63be04357683ab473a2f993e621508ecb5f7 (diff)
downloadATCD-80ef4188441e6a0b786e48659af9e39ecd4b9735.tar.gz
Use default destructor
* TAO/tao/Argument.cpp: * TAO/tao/Argument.h: * TAO/tao/Base_Transport_Property.cpp: * TAO/tao/Base_Transport_Property.h:
Diffstat (limited to 'TAO/tao/Argument.h')
-rw-r--r--TAO/tao/Argument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Argument.h b/TAO/tao/Argument.h
index 39740bb5230..cc2e35bb0de 100644
--- a/TAO/tao/Argument.h
+++ b/TAO/tao/Argument.h
@@ -50,7 +50,7 @@ namespace TAO
{
public:
/// Destructor.
- virtual ~Argument ();
+ virtual ~Argument () = default;
/// Marshal the argument into the given CDR output stream.
/**