Skip to content

Commit

Permalink
Fix symbol version for Mlt::Tractor::Tractor(mlt_profile).
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Mar 30, 2019
1 parent ffbb629 commit afe4851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlt++/mlt++.vers
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ MLTPP_6.14.0 {
"Mlt::Consumer::Consumer(mlt_profile_s*, char const*, char const*)";
"Mlt::Transition::Transition(mlt_profile_s*, char const*, char const*)";
"Mlt::Filter::Filter(mlt_profile_s*, char const*, char const*)";
"Mlt::Tractor::Tractor(mlt_profile_s*, char const*, char const*)";
"Mlt::Tractor::Tractor(mlt_profile_s*, char*, char*)";
"Mlt::Service::set_profile(mlt_profile_s*)";
"Mlt::Playlist::reorder(int const*)";
"Mlt::Transition::connect(Mlt::Service&, int, int)";
Expand Down

0 comments on commit afe4851

Please sign in to comment.