summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h b/TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h
index 2021bc1e6ff..61c3b1f1485 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_component/component_exh.h
@@ -24,7 +24,7 @@ class be_visitor_component_exh
public:
be_visitor_component_exh (be_visitor_context *ctx);
- ~be_visitor_component_exh (void);
+ ~be_visitor_component_exh ();
virtual int visit_component (be_component *node);
};