Skip to content

Commit

Permalink
visibility cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
gluck committed May 31, 2015
1 parent 2d991c5 commit 653080b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ILRepack/MappingHandler.cs
Expand Up @@ -9,11 +9,11 @@ namespace ILRepacking
{
public class MappingHandler
{
internal struct Pair : IEquatable<Pair>
struct Pair : IEquatable<Pair>
{
internal readonly string scope;
internal readonly string name;
internal readonly IMetadataScope MetadataScope;
readonly string scope;
readonly string name;
public readonly IMetadataScope MetadataScope;

public Pair(string scope, string name, IMetadataScope metadataScope)
{
Expand Down

0 comments on commit 653080b

Please sign in to comment.