Skip to content

Commit

Permalink
Merge pull request #278 from ffmpeginteropx/attachedfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasf authored Jul 10, 2022
2 parents c5f4aa5 + 851de58 commit 2a4d732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/AttachedFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using namespace Windows::Storage::Streams;

namespace FFmpegInteropX
{
public ref class AttachedFile sealed
ref class AttachedFile sealed
{
public:
property String^ Name { String^ get() { return name; } };
Expand Down Expand Up @@ -41,4 +41,4 @@ namespace FFmpegInteropX
AVStream* stream;
};

}
}

0 comments on commit 2a4d732

Please sign in to comment.