1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net-p2p/qtella/files/patch-include__AudioOgg.h
2007-05-29 15:56:58 +00:00

12 lines
402 B
C++

--- 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;} ;