Skip to content
Snippets Groups Projects
Commit ef4920c5 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Fixed a bug - bufsize is now initalized in BridgeVessel

parent 0ca9f7f1
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ namespace vesselbase { ...@@ -28,6 +28,7 @@ namespace vesselbase {
BridgeVessel::BridgeVessel( const VesselOptions& da ): BridgeVessel::BridgeVessel( const VesselOptions& da ):
Vessel(da) Vessel(da)
{ {
resizeBuffer(0);
} }
void BridgeVessel::resize(){ void BridgeVessel::resize(){
......
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