|
|
@@ -176,8 +176,9 @@ bool cmGlobalKdevelopGenerator
|
|
|
files.insert(tmp);
|
|
|
|
|
|
// check if there's a matching header around
|
|
|
- for( std::vector<std::string>::const_iterator ext = makefile->GetHeaderExtensions().begin();
|
|
|
- ext != makefile->GetHeaderExtensions().end(); ++ext )
|
|
|
+ for(std::vector<std::string>::const_iterator
|
|
|
+ ext = makefile->GetHeaderExtensions().begin();
|
|
|
+ ext != makefile->GetHeaderExtensions().end(); ++ext)
|
|
|
{
|
|
|
std::string hname=headerBasename;
|
|
|
hname += ".";
|