diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pugixml.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pugixml.hpp b/src/pugixml.hpp index c2ac8bc..b557173 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1219,7 +1219,7 @@ namespace pugi  		 * \param indent - indentation string  		 * \param flags - formatting flags  		 * \param depth - starting depth (used for indentation) -		 * \deprecated +		 * \deprecated Use print() with xml_writer_stream instead  		 */  		void print(std::ostream& os, const char* indent = "\t", unsigned int flags = format_default, unsigned int depth = 0);  	#endif | 
