Skip to content

Commit

Permalink
fix #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplxss committed Jan 10, 2024
1 parent 1d16b5e commit eaa3ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdflibrary/src/MdfExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ EXPORTFEATUREFUNC(mdf::ISourceInformation*, CreateSourceInformation) {
EXPORTFEATUREFUNC(mdf::IChannelConversion*, CreateChannelConversion) {
return channel->CreateChannelConversion();
}
EXPORTFEATUREFUNC(mdf::IChannel*, CreateChannelCompositions) {
EXPORTFEATUREFUNC(mdf::IChannel*, CreateChannelComposition) {
return channel->CreateChannelComposition();
}
EXPORTFEATUREFUNC(mdf::IMetaData*, CreateMetaData) {
Expand Down

0 comments on commit eaa3ed6

Please sign in to comment.