summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h b/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h
index ad27eb3dd52..8e88c8a599c 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_ch.h
@@ -30,7 +30,7 @@ public:
be_visitor_typedef_ch (be_visitor_context *ctx);
/// destructor
- ~be_visitor_typedef_ch (void);
+ ~be_visitor_typedef_ch ();
/// visit typedef. We provide code for this method in the derived class
virtual int visit_typedef (be_typedef *node);