Browse Source

Fix typo in AstMethodBodyBuilder file name.

pull/10/head
Daniel Grunwald 14 years ago
parent
commit
e4b7ad30b5
  1. 0
      ICSharpCode.Decompiler/Ast/AstMethodBodyBuilder.cs
  2. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

0
ICSharpCode.Decompiler/Ast/AstMetodBodyBuilder.cs → ICSharpCode.Decompiler/Ast/AstMethodBodyBuilder.cs

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Ast\AstBuilder.cs" />
<Compile Include="Ast\AstMetodBodyBuilder.cs" />
<Compile Include="Ast\AstMethodBodyBuilder.cs" />
<Compile Include="Ast\CommentStatement.cs" />
<Compile Include="Ast\NRefactoryExtensions.cs" />
<Compile Include="Ast\TextOutputFormatter.cs" />

Loading…
Cancel
Save