diff options
Diffstat (limited to 'Source/cmQtAutoMocUic.cxx')
-rw-r--r-- | Source/cmQtAutoMocUic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoMocUic.cxx b/Source/cmQtAutoMocUic.cxx index 14329c0..40ebdde 100644 --- a/Source/cmQtAutoMocUic.cxx +++ b/Source/cmQtAutoMocUic.cxx @@ -1797,7 +1797,7 @@ bool cmQtAutoMocUic::Init(cmMakefile* makefile) BaseConst().ProjectBinaryDir, BaseConst().ProjectSourceDir }; for (cm::string_view const& ppath : movePaths) { - std::list<std::string>::iterator it = includes.begin(); + auto it = includes.begin(); while (it != includes.end()) { std::string const& path = *it; if (cmHasPrefix(path, ppath)) { |