diff options
Diffstat (limited to 'audio/last.fm/files/patch-src-updatewizard.h')
-rw-r--r-- | audio/last.fm/files/patch-src-updatewizard.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/last.fm/files/patch-src-updatewizard.h b/audio/last.fm/files/patch-src-updatewizard.h new file mode 100644 index 000000000000..91f6896c163c --- /dev/null +++ b/audio/last.fm/files/patch-src-updatewizard.h @@ -0,0 +1,11 @@ +--- src/updatewizard.h.orig 2012-12-02 14:01:31.000000000 +0100 ++++ src/updatewizard.h 2012-12-02 14:01:42.000000000 +0100 +@@ -50,7 +50,7 @@ + CAutoUpdater& updater, + QWidget* parent = NULL); + +- UpdateWizard::UpdateWizard( CComponentInfo* ); ++ UpdateWizard( CComponentInfo* ); + + bool shouldShow() const{ return m_showWizard; } + |