summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2014-02-17 10:02:28 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-17 10:07:41 (GMT)
commit317d8498aa02c9f486bf5071963bb2034777cdd6 (patch)
treeb17bbb2d679a8c8f186f6f0d17fe20ea471735b3 /Source/cmQtAutoGenerators.cxx
parent0c958c44af5020069efe41b2adf22115b75e8de1 (diff)
downloadCMake-317d8498aa02c9f486bf5071963bb2034777cdd6.zip
CMake-317d8498aa02c9f486bf5071963bb2034777cdd6.tar.gz
CMake-317d8498aa02c9f486bf5071963bb2034777cdd6.tar.bz2
Small typo fix
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r--Source/cmQtAutoGenerators.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index ab194c3..dfb310e 100644
--- a/Source/cmQtAutoGenerators.cxx
+++ b/Source/cmQtAutoGenerators.cxx
@@ -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, ',') << "}\" ";