Make Xif public

This commit is contained in:
Nikolaj Olsson 2015-08-27 08:42:29 +02:00
parent 9faad61cb3
commit 21b60b80c9
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

View File

@ -6,7 +6,7 @@ using System.Xml;
namespace Nikse.SubtitleEdit.Core.SubtitleFormats
{
class Xif : SubtitleFormat
public class Xif : SubtitleFormat
{
public override string Extension
{