Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff authored Oct 25, 2023
1 parent 36ee6b4 commit f718eaf
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 @@ -31,7 +31,7 @@ class be_visitor_map_cdr_op_ch : public be_visitor_decl
be_visitor_map_cdr_op_ch (be_visitor_context *ctx);

/// destructor
~be_visitor_map_cdr_op_ch () = default;
~be_visitor_map_cdr_op_ch (void);

/// visit map
virtual int visit_map (be_map *node);
Expand Down

0 comments on commit f718eaf

Please sign in to comment.