Skip to content

Commit

Permalink
Add missing YamlVisitorBase to the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Aug 31, 2016
1 parent 5dbf200 commit 0f74bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YamlDotNet/YamlDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<Compile Include="RepresentationModel\YamlSequenceNode.cs" />
<Compile Include="RepresentationModel\YamlStream.cs" />
<Compile Include="RepresentationModel\YamlVisitor.cs" />
<Compile Include="RepresentationModel\YamlVisitorBase.cs" />
<Compile Include="Serialization\Converters\GuidConverter.cs" />
<Compile Include="Serialization\Deserializer.cs" />
<Compile Include="Serialization\EventEmitters\ChainedEventEmitter.cs" />
Expand Down

0 comments on commit 0f74bc3

Please sign in to comment.