mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-30 13:47:10 +01:00 
			
		
		
		
	Make it work again
This commit is contained in:
		| @@ -133,7 +133,7 @@ void Document::read(BinaryReader& reader) | ||||
| std::string Document::toString() const | ||||
| { | ||||
| 	std::ostringstream oss; | ||||
| 	for(ElementSet::iterator it = _elements.begin(); it != _elements.end(); ++it) | ||||
| 	for(ElementSet::const_iterator it = _elements.begin(); it != _elements.end(); ++it) | ||||
| 	{ | ||||
| 		oss << (*it)->name() << " "; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 fbraem
					fbraem