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