aboutsummaryrefslogtreecommitdiff
path: root/audio/tse3/files/patch-src__tse3__file__XML.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-03 08:52:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-03 08:52:54 +0000
commitce5f52914303b06146b4cd0e9df5841f1c43fc52 (patch)
tree09adadd32cf10500806b14b209184784b321f100 /audio/tse3/files/patch-src__tse3__file__XML.h
parentabb277f9b72a1f339043d92fcd4ac6b30a7e8ad1 (diff)
downloadports-ce5f52914303b06146b4cd0e9df5841f1c43fc52.tar.gz
ports-ce5f52914303b06146b4cd0e9df5841f1c43fc52.zip
Notes
Diffstat (limited to 'audio/tse3/files/patch-src__tse3__file__XML.h')
-rw-r--r--audio/tse3/files/patch-src__tse3__file__XML.h9
1 files changed, 9 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..3dffaeafef6e
--- /dev/null
+++ b/audio/tse3/files/patch-src__tse3__file__XML.h
@@ -0,0 +1,9 @@
+--- src/tse3/file/XML.h Tue Aug 23 08:37:53 2005
++++ src/tse3/file/XML.h Sun Sep 11 20:29:45 2005
+@@ -154,5 +154,5 @@
+ 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);
+