freebsd-ports/audio/tse3/files/patch-src_tse3_file_XML.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
665 B
C++

--- 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);