1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 23:22:59 +04:00

missing default parameter for compact mode in XMLPrinter

This commit is contained in:
Lee Thomason
2014-04-06 14:41:46 -07:00
parent 98112fcdba
commit 256adb6371
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -116,4 +116,6 @@ print( "Release note:" )
print( '1. Build. g++ -Wall -DDEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe' )
print( '2. Commit. git commit -am"setting the version to ' + versionStr + '"' )
print( '3. Tag. git tag ' + versionStr )
print( ' OR git tag -a ' + versionStr + ' -m <tag message>' )
print( ' OR git tag -a ' + versionStr + ' -m <tag message>' )
print( 'Remember to "git push" both code and tag.' )