Small typo fix

This commit is contained in:
Kevin Funk 2014-02-17 11:02:28 +01:00 committed by Stephen Kelly
parent 0c958c44af
commit 317d8498aa
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,7 @@ void cmQtAutoGenerators::ParseCppFile(const std::string& absFilename,
}
else
{
std::cerr << "AUTOGEN: error: " << absFilename << " The file "
std::cerr << "AUTOGEN: error: " << absFilename << ": The file "
<< "includes the moc file \"" << currentMoc << "\", "
<< "but could not find header \"" << basename
<< '{' << this->Join(headerExtensions, ',') << "}\" ";