diff --git a/src/ViewWidgets/ViewWidgetController.cc b/src/ViewWidgets/ViewWidgetController.cc index cad1626..095bb4d 100644 --- a/src/ViewWidgets/ViewWidgetController.cc +++ b/src/ViewWidgets/ViewWidgetController.cc @@ -26,7 +26,8 @@ #include "AutoPilotPluginManager.h" ViewWidgetController::ViewWidgetController(void) : - _autopilot(NULL) + _autopilot(NULL), + _uas(NULL) { _uasManager = UASManager::instance(); Q_ASSERT(_uasManager);