summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_finder.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-18 20:37:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-18 20:37:07 +0000
commitd962de7484784d44a19ca5732689bdc4ae2f2007 (patch)
treed6960f89744d8219b9bd6a0a1dbd522df27e1f71 /TAO/TAO_IDL/ast/ast_finder.cpp
parentb7d404dec39364d950ab21ce9667535b358e4bb3 (diff)
downloadATCD-d962de7484784d44a19ca5732689bdc4ae2f2007.tar.gz
ChangeLogTag: Thu Feb 18 20:36:04 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_finder.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_finder.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_finder.cpp b/TAO/TAO_IDL/ast/ast_finder.cpp
index c85626c5c67..972b21f5d4b 100644
--- a/TAO/TAO_IDL/ast/ast_finder.cpp
+++ b/TAO/TAO_IDL/ast/ast_finder.cpp
@@ -5,6 +5,9 @@
#include "utl_identifier.h"
+AST_Decl::NodeType const
+AST_Finder::NT = AST_Decl::NT_finder;
+
AST_Finder::AST_Finder (UTL_ScopedName *n)
: COMMON_Base (true,
false), //@@ Always local, never abstract