summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/include/fe_home_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/include/fe_home_header.h')
-rw-r--r--modules/TAO/TAO_IDL/include/fe_home_header.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/TAO/TAO_IDL/include/fe_home_header.h b/modules/TAO/TAO_IDL/include/fe_home_header.h
index a981e03029c..88a6c6c0b8c 100644
--- a/modules/TAO/TAO_IDL/include/fe_home_header.h
+++ b/modules/TAO/TAO_IDL/include/fe_home_header.h
@@ -29,12 +29,12 @@ public:
// Data Accessors.
AST_Home *base_home (void) const;
AST_Component *managed_component (void) const;
- AST_ValueType *primary_key (void) const;
+ AST_Type *primary_key (void) const;
protected:
AST_Home *base_home_;
AST_Component *managed_component_;
- AST_ValueType *primary_key_;
+ AST_Type *primary_key_;
protected:
void compile_inheritance (UTL_ScopedName *base_home);