summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_visitor.h')
-rw-r--r--TAO/TAO_IDL/include/ast_visitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_visitor.h b/TAO/TAO_IDL/include/ast_visitor.h
index 3a45c23a461..70c4fc73f7e 100644
--- a/TAO/TAO_IDL/include/ast_visitor.h
+++ b/TAO/TAO_IDL/include/ast_visitor.h
@@ -85,7 +85,7 @@ class AST_Annotation_Decl;
class TAO_IDL_FE_Export ast_visitor
{
public:
- virtual ~ast_visitor (void);
+ virtual ~ast_visitor ();
virtual int visit_decl (AST_Decl *d) = 0;
virtual int visit_scope (UTL_Scope *node) = 0;
@@ -143,7 +143,7 @@ public:
protected:
// For abstract class.
- ast_visitor (void);
+ ast_visitor ();
};
#endif /* TAO_IDL_FE_DLL_AST_VISITOR_H */