X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Frnav_waypt_controller.hxx;h=b5c4b19e1b5c3c242bb23d41681a42046cdf636e;hb=e9a9f8c96d2963f28e4ecb4eaa91e47b52aaecf6;hp=4d99c8af77f14754f71000aaefd2a4cfd2fc6dcd;hpb=622f71c01c70a81db94a7e670953645d0c9129e5;p=flightgear.git diff --git a/src/Instrumentation/rnav_waypt_controller.hxx b/src/Instrumentation/rnav_waypt_controller.hxx index 4d99c8af7..b5c4b19e1 100644 --- a/src/Instrumentation/rnav_waypt_controller.hxx +++ b/src/Instrumentation/rnav_waypt_controller.hxx @@ -129,6 +129,7 @@ public: protected: WayptController(RNAV* aRNAV, const WayptRef& aWpt) : _waypt(aWpt), + _targetTrack(0), _rnav(aRNAV), _isDone(false) { }