Skip to content

Commit 2a4d732

Browse files
authored
Merge pull request #278 from ffmpeginteropx/attachedfile
2 parents c5f4aa5 + 851de58 commit 2a4d732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/AttachedFile.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using namespace Windows::Storage::Streams;
1313

1414
namespace FFmpegInteropX
1515
{
16-
public ref class AttachedFile sealed
16+
ref class AttachedFile sealed
1717
{
1818
public:
1919
property String^ Name { String^ get() { return name; } };
@@ -41,4 +41,4 @@ namespace FFmpegInteropX
4141
AVStream* stream;
4242
};
4343

44-
}
44+
}

0 commit comments

Comments
 (0)