openbsd-ports/audio/last.fm/patches/patch-src_updatewizard_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
461 B
Plaintext

$OpenBSD: patch-src_updatewizard_h,v 1.1 2011/03/30 14:00:48 dcoppa Exp $
--- src/updatewizard.h.orig Mon Mar 28 22:10:07 2011
+++ src/updatewizard.h Mon Mar 28 20:57:07 2011
@@ -50,7 +50,7 @@ class UpdateWizard : public BaseWizard (public)
CAutoUpdater& updater,
QWidget* parent = NULL);
- UpdateWizard::UpdateWizard( CComponentInfo* );
+ UpdateWizard( CComponentInfo* );
bool shouldShow() const{ return m_showWizard; }