prefer prefix ++ operator for non-primitive types

pull/2628/head
escherstair 2019-08-29 08:02:08 +02:00 committed by GitHub
parent a9d902946d
commit 9ad7ce1129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ void AMFImporter::PostprocessHelper_SplitFacesByTextureID(std::list<SComplexFace
} }
else else
{ {
it++; ++it;
} }
} }