Commit e9656f03 authored by Don Gagne's avatar Don Gagne

Update for new AutoPilotPlugin signature

parent b6e2a387
......@@ -27,9 +27,9 @@
#include "GenericAutoPilotPlugin.h"
GenericAutoPilotPlugin::GenericAutoPilotPlugin(UASInterface* uas, QObject* parent) :
AutoPilotPlugin(parent)
AutoPilotPlugin(uas, parent)
{
Q_UNUSED(uas);
Q_ASSERT(uas);
_parameterFacts = new GenericParameterFacts(uas, this);
Q_CHECK_PTR(_parameterFacts);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment