helper classes made internal.

This commit is contained in:
morkt
2014-08-01 16:43:31 +04:00
parent ff4dba2bd2
commit b1015ff785
2 changed files with 3 additions and 3 deletions

View File

@@ -583,7 +583,7 @@ NextEntry:
}
}
public class Xp3Stream : Stream
internal class Xp3Stream : Stream
{
ArcView m_file;
Xp3Entry m_entry;