openbsd-ports/audio/last.fm/patches/patch-src_ProxyOutput_h
dcoppa ed80a78265 Update to last.fm 1.5.4.27091
Still happy with gcc 3.3.5

Tested on sparc64 and i386
2011-03-30 14:00:48 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-src_ProxyOutput_h,v 1.1 2011/03/30 14:00:48 dcoppa Exp $
--- src/ProxyOutput.h.orig Wed Mar 30 12:53:00 2011
+++ src/ProxyOutput.h Wed Mar 30 12:58:51 2011
@@ -51,7 +51,7 @@ class ProxyOutput : public QObject
virtual void stopPlayback();
signals:
- virtual void error( int error, const QString& reason );
+ void error( int error, const QString& reason );
private slots:
void onClientConnected();