Skip to content

Commit efee7bd

Browse files
committed
WHAAT
1 parent 195a2bc commit efee7bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/dotnet-linker/PreserveSmartEnumConversionsStep.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected override bool ProcessType (TypeDefinition type)
7878
return modified;
7979
}
8080

81-
bool ProcessMethod (MethodDefinition method)
81+
protected override bool ProcessMethod (MethodDefinition method)
8282
{
8383
static bool IsPropertyMethod (MethodDefinition method)
8484
{

0 commit comments

Comments
 (0)