Commit 7cfc2708 authored by Bryant Mairs's avatar Bryant Mairs

Replace 0 with NULL constant.

parent ce8a3e33
......@@ -279,7 +279,7 @@ void MainWindow::init()
// Connect user interface devices
emit initStatusChanged(tr("Initializing joystick interface"), Qt::AlignLeft | Qt::AlignBottom, QColor(62, 93, 141));
joystickWidget = 0;
joystickWidget = NULL;
joystick = new JoystickInput();
#ifdef QGC_MOUSE_ENABLED_WIN
......
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