Browse Source

Fixed extra paren in GAudioOutput.cc

Broke windows compilation.
QGC4.4
Bryant Mairs 11 years ago
parent
commit
fb01ee9494
  1. 2
      src/GAudioOutput.cc

2
src/GAudioOutput.cc

@ -118,7 +118,7 @@ GAudioOutput::GAudioOutput(QObject *parent) : QObject(parent), @@ -118,7 +118,7 @@ GAudioOutput::GAudioOutput(QObject *parent) : QObject(parent),
if (FAILED(hr))
{
qDebug() << "ERROR: Initializing voice for audio output failed!");
qDebug() << "ERROR: Initializing voice for audio output failed!";
}
}

Loading…
Cancel
Save