diff --git a/interface/src/Application.h b/interface/src/Application.h index 72f7d1f189..34a5ba1d0c 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -1,4 +1,4 @@ -// +// // Application.h // interface/src // @@ -78,8 +78,6 @@ #include "Sound.h" - - class GLCanvas; class FaceTracker; class MainWindow; diff --git a/libraries/shared/src/GPUIdent.cpp b/libraries/shared/src/GPUIdent.cpp index 6bb445e15a..a78ded483b 100644 --- a/libraries/shared/src/GPUIdent.cpp +++ b/libraries/shared/src/GPUIdent.cpp @@ -251,7 +251,7 @@ GPUIdent* GPUIdent::ensureQuery(const QString& vendor, const QString& renderer) */ if (!validAdapterList.empty()) { - for (auto outy = adapterToOutputs.begin(); outy != adapterToOutputs.end(); outy++) { + for (auto outy = adapterToOutputs.begin(); outy != adapterToOutputs.end(); ++outy) { AdapterEntry entry = *outy; for (auto test = entry.second.begin(); test != entry.second.end(); ++test) {