summaryrefslogtreecommitdiff
path: root/net-p2p/qtella/files/patch-include__AudioWav.h
diff options
context:
space:
mode:
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; };