Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
#35 SymMethod public too
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed Nov 14, 2014
1 parent f2912fd commit cd4b9a0
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 cd4b9a0

Please sign in to comment.