summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r--TAO/tao/Argument.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index dee22fca0f7..fab7b1d7514 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -3,6 +3,10 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+TAO::Argument::~Argument ()
+{
+}
+
CORBA::Boolean
TAO::Argument::marshal (TAO_OutputCDR &)
{