diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-07-02 10:22:21 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-07-02 10:22:21 +0000 |
commit | e1fdc284520d0e93b932e57bc2c4237f7aad6705 (patch) | |
tree | f4b2b7d08647959bcfe8fd22efe2a52b08a61eeb /TAO/TAO_IDL/include | |
parent | 8b91948a10300b336ad5e38b6408c817921ade9b (diff) | |
download | ATCD-e1fdc284520d0e93b932e57bc2c4237f7aad6705.tar.gz |
ChangeLogTag: Mon Jul 2 10:20:34 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include')
-rw-r--r-- | TAO/TAO_IDL/include/utl_scope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/utl_scope.h b/TAO/TAO_IDL/include/utl_scope.h index 0b74e4422ad..3eed188a29e 100644 --- a/TAO/TAO_IDL/include/utl_scope.h +++ b/TAO/TAO_IDL/include/utl_scope.h @@ -320,7 +320,7 @@ protected: // Checks for modules, or defns of forward declared struct or unions. bool redef_clash (AST_Decl::NodeType new_nt, - AST_Decl::NodeType scope_elem_nt); + AST_Decl::NodeType scope_elem_nt); void check_for_predef_seq (AST_Decl *d); // Set the appropriate *_seen_ flag if we are seeing a spec-defined |