summaryrefslogtreecommitdiff
path: root/TAO_IDL/ast/ast_template_module_inst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/ast/ast_template_module_inst.cpp')
-rw-r--r--TAO_IDL/ast/ast_template_module_inst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO_IDL/ast/ast_template_module_inst.cpp b/TAO_IDL/ast/ast_template_module_inst.cpp
index e51d39128f9..7aad3c2c364 100644
--- a/TAO_IDL/ast/ast_template_module_inst.cpp
+++ b/TAO_IDL/ast/ast_template_module_inst.cpp
@@ -33,7 +33,7 @@ AST_Template_Module_Inst::ref (void) const
AST_Template_Module::narrow_from_decl (this->field_type ());
}
-FE_Utils::T_ARGLIST *
+FE_Utils::T_ARGLIST const *
AST_Template_Module_Inst::template_args (void) const
{
return this->template_args_;