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..c8a8868472df --- /dev/null +++ b/audio/last.fm/files/patch-src_updatewizard.h @@ -0,0 +1,11 @@ +--- src/updatewizard.h.orig 2016-07-26 15:06:09 UTC ++++ src/updatewizard.h +@@ -50,7 +50,7 @@ public: + CAutoUpdater& updater, + QWidget* parent = NULL); + +- UpdateWizard::UpdateWizard( CComponentInfo* ); ++ UpdateWizard( CComponentInfo* ); + + bool shouldShow() const{ return m_showWizard; } + |