diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 273b66e4dc..4261858668 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3370,7 +3370,7 @@ void Application::updateWindowTitle(){ #ifndef WIN32 // crashes with vs2013/win32 qDebug("Application title set to: %s", title.toStdString().c_str()); -#endif !WIN32 +#endif //!WIN32 _window->setWindowTitle(title); } diff --git a/interface/src/Audio.cpp b/interface/src/Audio.cpp index 9427ec0525..885df74d2b 100644 --- a/interface/src/Audio.cpp +++ b/interface/src/Audio.cpp @@ -102,9 +102,9 @@ Audio::Audio(QObject* parent) : _scopeOutputOffset(0), _framesPerScope(DEFAULT_FRAMES_PER_SCOPE), _samplesPerScope(NETWORK_SAMPLES_PER_FRAME * _framesPerScope), - _peqEnabled(false), _noiseSourceEnabled(false), _toneSourceEnabled(true), + _peqEnabled(false), _scopeInput(0), _scopeOutputLeft(0), _scopeOutputRight(0),