Skip to content

Commit 4b43a7d

Browse files
authored
Merge pull request #2384 from mitza-oci/map-annotation-bug
TAO_IDL_FE: fixed a bug where AST_Map would return value annotations as key annotations
2 parents 9d0e0be + d75c27a commit 4b43a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TAO/TAO_IDL/ast/ast_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ AST_Map::destroy ()
377377
AST_Annotation_Appls &
378378
AST_Map::key_type_annotations ()
379379
{
380-
return value_type_annotations_;
380+
return key_type_annotations_;
381381
}
382382

383383
void

0 commit comments

Comments
 (0)