Skip to content

Commit

Permalink
Merge pull request #74 from MortezaMohseni66/master
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichards authored May 20, 2022
2 parents 0ca20f0 + d5ea35f commit 62272cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AisParser/Messages/InterrogationMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class InterrogationMessage: AisMessage


public InterrogationMessage()
: base(AisMessageType.AddressedSafetyRelatedMessage)
: base(AisMessageType.Interrogation)
{
}

Expand Down Expand Up @@ -45,4 +45,4 @@ public InterrogationMessage(Payload payload)
}
}
}
}
}

0 comments on commit 62272cd

Please sign in to comment.