Fix the tests... again.

This commit is contained in:
Wulf C. Krueger
2012-09-07 21:50:35 +02:00
committed by Alexey Sokolov
parent 59294ccc04
commit 2c23c45cc4

View File

@@ -113,7 +113,7 @@ public:
CConfig::SubConfigMapIterator it2 = conf.BeginSubConfigs();
while (it2 != conf.EndSubConfigs()) {
map<CString, CConfigEntry>::const_iterator it3 = it2->second.begin();
std::map<CString, CConfigEntry>::const_iterator it3 = it2->second.begin();
while (it3 != it2->second.end()) {
sRes += "->" + it2->first + "/" + it3->first + "\n";