diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-29 15:56:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-29 15:56:58 +0000 |
commit | c156112be47f3adbb8d97ebc4e55fc5580924284 (patch) | |
tree | 27c6eb30f857884c125eda9642e32fb6565f4c56 /net-p2p/qtella/files/patch-include__AudioOgg.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__AudioOgg.h')
-rw-r--r-- | net-p2p/qtella/files/patch-include__AudioOgg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/qtella/files/patch-include__AudioOgg.h b/net-p2p/qtella/files/patch-include__AudioOgg.h new file mode 100644 index 000000000000..79c988346fbd --- /dev/null +++ b/net-p2p/qtella/files/patch-include__AudioOgg.h @@ -0,0 +1,11 @@ +--- include/AudioOgg.h.otih Tue May 29 17:25:30 2007 ++++ include/AudioOgg.h Tue May 29 17:27:46 2007 +@@ -11,7 +11,7 @@ + class AudioOgg: public MyAudioFile + { + public: +- AudioOgg::AudioOgg( std::string filename ); ++ AudioOgg( std::string filename ); + std::string &getTitle() { return _title; }; + void setTitle( std::string str ) { _title = str; } + std::string &getArtist() { return _artist;} ; |