summaryrefslogtreecommitdiff
path: root/net-p2p/qtella/files/patch-include__AudioWav.h
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-05-29 15:56:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-05-29 15:56:58 +0000
commitc156112be47f3adbb8d97ebc4e55fc5580924284 (patch)
tree27c6eb30f857884c125eda9642e32fb6565f4c56 /net-p2p/qtella/files/patch-include__AudioWav.h
parent- Update to 2.9.2 (diff)
Fix build on CURRENT
Notes
Notes: svn path=/head/; revision=192309
Diffstat (limited to 'net-p2p/qtella/files/patch-include__AudioWav.h')
-rw-r--r--net-p2p/qtella/files/patch-include__AudioWav.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/qtella/files/patch-include__AudioWav.h b/net-p2p/qtella/files/patch-include__AudioWav.h
new file mode 100644
index 000000000000..7df28a433fbc
--- /dev/null
+++ b/net-p2p/qtella/files/patch-include__AudioWav.h
@@ -0,0 +1,11 @@
+--- include/AudioWav.h.orig Tue May 29 17:25:24 2007
++++ include/AudioWav.h Tue May 29 17:27:38 2007
+@@ -11,7 +11,7 @@
+ class AudioWav: public MyAudioFile
+ {
+ public:
+- AudioWav::AudioWav( std::string filename );
++ AudioWav( std::string filename );
+ std::string &getTitle() { return _title; };
+ std::string &getArtist() { return _artist;} ;
+ // std::string &getAlbum() { return _album; };