Skip to content

Commit

Permalink
Merge pull request #64 from orocos-toolchain/castxml
Browse files Browse the repository at this point in the history
Castxml
  • Loading branch information
doudou committed Aug 19, 2015
2 parents fc46f2b + 10c1ecf commit f29a987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orogen/gen/typekit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ def perform_pending_loads
lines.map! { |inc| pending_loads_to_relative[inc] }
end

Tempfile.open("orogen-pending-loads_") do |io|
Tempfile.open(["orogen-pending-loads_",".hpp"]) do |io|
io.write preprocessed
io.flush

Expand Down

0 comments on commit f29a987

Please sign in to comment.