Skip to content

Commit

Permalink
ctaggart#35 SymMethod public too
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart authored and Chet Husk committed Nov 25, 2014
1 parent 6f2b3dd commit b3d55ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SymbolStore/SymMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace SourceLink.SymbolStore
InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
ComVisible(false)
]
interface ISymUnmanagedMethod
public interface ISymUnmanagedMethod
{
void GetToken(out SymbolToken pToken);
void GetSequencePointCount(out int retVal);
Expand Down

0 comments on commit b3d55ab

Please sign in to comment.