From d75c27a7cdc41abb9592cdb4a0497eb02d29d71a Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Fri, 16 May 2025 14:31:08 -0500 Subject: [PATCH] TAO_IDL_FE: fixed a bug where AST_Map would return value annotations as key annotations --- TAO/TAO_IDL/ast/ast_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/TAO_IDL/ast/ast_map.cpp b/TAO/TAO_IDL/ast/ast_map.cpp index 3b1255a518538..86ac21324ed2b 100644 --- a/TAO/TAO_IDL/ast/ast_map.cpp +++ b/TAO/TAO_IDL/ast/ast_map.cpp @@ -377,7 +377,7 @@ AST_Map::destroy () AST_Annotation_Appls & AST_Map::key_type_annotations () { - return value_type_annotations_; + return key_type_annotations_; } void