diff --git a/CheckHeaders.cpp b/CheckHeaders.cpp index 26b2d29fb..bbafbda0d 100644 --- a/CheckHeaders.cpp +++ b/CheckHeaders.cpp @@ -220,7 +220,7 @@ void WarningIncludeHeader() std::ostringstream ostr; ostr << FileLine(includetok) << ": The included header '" << includefile << "' is not needed"; if (NeedDeclaration) - ostr << " (but a declaration in it is needed)"; + ostr << " (but a forward declaration is needed)"; ReportErr(ostr.str()); } }