diff options
Diffstat (limited to 'net-p2p/qtella/files/patch-include__AudioMp3.h')
-rw-r--r-- | net-p2p/qtella/files/patch-include__AudioMp3.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/qtella/files/patch-include__AudioMp3.h b/net-p2p/qtella/files/patch-include__AudioMp3.h deleted file mode 100644 index ea4de9f26a3a..000000000000 --- a/net-p2p/qtella/files/patch-include__AudioMp3.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/AudioMp3.h.orig Tue May 29 17:24:13 2007 -+++ include/AudioMp3.h Tue May 29 17:27:29 2007 -@@ -11,7 +11,7 @@ - class AudioMp3: public MyAudioFile - { - public: -- AudioMp3::AudioMp3( std::string filename ); -+ AudioMp3( std::string filename ); - std::string &getTitle() { return _title; }; - void setTitle( std::string str ) { _title = str; }; - std::string &getArtist() { return _artist;} ; |