summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_valuebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_valuebox.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_valuebox.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be/be_valuebox.cpp b/TAO/TAO_IDL/be/be_valuebox.cpp
index 21d00fd2972..eca86d93483 100644
--- a/TAO/TAO_IDL/be/be_valuebox.cpp
+++ b/TAO/TAO_IDL/be/be_valuebox.cpp
@@ -57,13 +57,9 @@ be_valuebox::accept (be_visitor *visitor)
void
-be_valuebox::destroy (void)
+be_valuebox::destroy ()
{
// Call the destroy methods of our base classes.
this->AST_ValueBox::destroy ();
this->be_type::destroy ();
}
-
-
-
-IMPL_NARROW_FROM_DECL (be_valuebox)