summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_decl.h')
-rw-r--r--TAO/TAO_IDL/include/ast_decl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/ast_decl.h b/TAO/TAO_IDL/include/ast_decl.h
index 1f77b7bb8eb..54d58590808 100644
--- a/TAO/TAO_IDL/include/ast_decl.h
+++ b/TAO/TAO_IDL/include/ast_decl.h
@@ -284,6 +284,9 @@ protected:
char *repoID_;
// Repository ID.
+ char *flat_name_;
+ // Flattened fully scoped name.
+
int contains_wstring_;
// If we are a scope, do we contain a wstring at some level?
@@ -344,9 +347,6 @@ private:
idl_bool typeid_set_;
// Has our repo id been set by a typeId declaration?
- char *flat_name_;
- // Flattened fully scoped name.
-
UTL_ScopedName *last_referenced_as_;
// Temporary holder of the most recent way we were reference.
// The top level component of this is added to pd_name_referenced.