Skip to content

Commit

Permalink
Made Location public.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkinsella committed Jun 13, 2016
1 parent a7ba133 commit 015533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Workshell.PE/Location.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Workshell.PE
public sealed class Location : IEquatable<Location>
{

internal Location(ulong fileOffset, uint rva, ulong va, uint fileSize, uint virtualSize)
public Location(ulong fileOffset, uint rva, ulong va, uint fileSize, uint virtualSize)
{
FileOffset = fileOffset;
FileSize = fileSize;
Expand Down

0 comments on commit 015533c

Please sign in to comment.