summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Argument.cpp4
-rw-r--r--TAO/tao/Argument.h2
2 files changed, 5 insertions, 1 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 &)
{
diff --git a/TAO/tao/Argument.h b/TAO/tao/Argument.h
index cc2e35bb0de..39740bb5230 100644
--- a/TAO/tao/Argument.h
+++ b/TAO/tao/Argument.h
@@ -50,7 +50,7 @@ namespace TAO
{
public:
/// Destructor.
- virtual ~Argument () = default;
+ virtual ~Argument ();
/// Marshal the argument into the given CDR output stream.
/**