summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h b/TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h
index c7cd4332015..05e7225bd3b 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_argument/marshal_ss.h
@@ -32,7 +32,7 @@ public:
be_visitor_args_marshal_ss (be_visitor_context *ctx);
/// destructor
- virtual ~be_visitor_args_marshal_ss (void);
+ virtual ~be_visitor_args_marshal_ss ();
/// visit the argument node
virtual int visit_argument (be_argument *node);
@@ -94,7 +94,7 @@ public:
virtual int visit_home (be_home *node);
private:
- int emit_common (void);
+ int emit_common ();
int emit_common2 (be_type *node);
};