Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenard committed Dec 8, 2018
1 parent 629e960 commit ab50076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Model/Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
<Compile Include="Sink.cs" />
<Compile Include="Square.cs" />
<Compile Include="Table.cs" />
<Compile Include="Square.cs" />
<Compile Include="Table.cs" />
<Compile Include="Task.cs" />
<Compile Include="TaskProcessor.cs" />
<Compile Include="Tool.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Model/Tool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Model
{
class Tool
public class Tool
{
public readonly ToolsType ToolsType;

Expand Down

0 comments on commit ab50076

Please sign in to comment.