Skip to content

Commit

Permalink
Update TAO/TAO_IDL/be/be_visitor_map/map_cs.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Hornsey <[email protected]>
  • Loading branch information
tmayoff and iguessthislldo authored Aug 18, 2023
1 parent 43d328e commit 2564f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAO/TAO_IDL/be/be_visitor_map/map_cs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ be_visitor_map_cs::be_visitor_map_cs (be_visitor_context *ctx)
{
}

int be_visitor_map_cs::visit_map (be_map *node)
int be_visitor_map_cs::visit_map (be_map *)
{
return 0;
}

0 comments on commit 2564f45

Please sign in to comment.