Skip to content

Commit

Permalink
Fix be_visitor_map_cdr_op_ch
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff authored Oct 25, 2023
1 parent 1bf3ec8 commit 36ee6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAO/TAO_IDL/be_include/be_visitor_map/cdr_op_ch.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class be_visitor_map_cdr_op_ch : public be_visitor_decl
~be_visitor_map_cdr_op_ch () = default;

/// visit map
int visit_map (be_map *node) override;
virtual int visit_map (be_map *node);
};

#endif /* _BE_VISITOR_MAP_CDR_OP_CH_H_ */

0 comments on commit 36ee6b4

Please sign in to comment.