Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 04daa9b9 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

cast to XMLDeclarationReport instead of XMLDeclarationReport09

parent 84ffd0d9
No related branches found
No related tags found
No related merge requests found
......@@ -960,7 +960,7 @@ public class LorrySimulation
private int GetResultCount(IDeclarationReport report)
{
if (report is XMLDeclarationReport09 rep09)
if (report is XMLDeclarationReport rep09)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment