Skip to content

Commit

Permalink
add output type mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Jan 4, 2024
1 parent d451b0c commit 3e92b7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rakelib/lib/typemap/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ module ConfigBase
$input = wxRuby_ConfigBase2Ruby($1);
__CODE

map_out code: <<~__CODE
$result = wxRuby_ConfigBase2Ruby($1);
__CODE

map_directorout code: <<~__CODE
$result = wxRuby_Ruby2ConfigBase($1);
__CODE

end

end
Expand Down

0 comments on commit 3e92b7c

Please sign in to comment.