diff options
Diffstat (limited to 'audio/tse3/files/patch-src_tse3_file_XML.h')
-rw-r--r-- | audio/tse3/files/patch-src_tse3_file_XML.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/tse3/files/patch-src_tse3_file_XML.h b/audio/tse3/files/patch-src_tse3_file_XML.h new file mode 100644 index 000000000000..0db96e629b53 --- /dev/null +++ b/audio/tse3/files/patch-src_tse3_file_XML.h @@ -0,0 +1,11 @@ +--- src/tse3/file/XML.h.orig 2005-08-23 12:37:53 UTC ++++ src/tse3/file/XML.h +@@ -153,7 +153,7 @@ namespace TSE3 + void element(const std::string &name, const std::string &value); + void element(const std::string &name, const char *value); + void element(const std::string &name, int value); +- void element(const std::string &name, unsigned int value); ++ void element(const std::string &name, size_t value); + void element(const std::string &name, bool value); + + void comment(const std::string &comment); |