Package: tinyxml2 / 8.0.0+dfsg-2

Metadata

Package Version Patches format
tinyxml2 8.0.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix first line indentation.patch | (download)

tinyxml2.cpp | 42 19 + 23 - 0 !
tinyxml2.h | 5 5 + 0 - 0 !
2 files changed, 24 insertions(+), 23 deletions(-)

 [patch] xmlprinter: fix first line indentation

Fix indentation of first line when called with !compactMode.

Set visibility to hidden for private functions.patch | (download)

tinyxml2.h | 95 49 + 46 - 0 !
1 file changed, 49 insertions(+), 46 deletions(-)

 [patch] set visibility to hidden for private functions

Exceptions made for private functions that are called from inline functions that
are defined in the header.