diff options
Diffstat (limited to 'audio/last.fm/files/patch-src-wizardselectupdatespage.h')
-rw-r--r-- | audio/last.fm/files/patch-src-wizardselectupdatespage.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/last.fm/files/patch-src-wizardselectupdatespage.h b/audio/last.fm/files/patch-src-wizardselectupdatespage.h new file mode 100644 index 000000000000..630a18a8afb3 --- /dev/null +++ b/audio/last.fm/files/patch-src-wizardselectupdatespage.h @@ -0,0 +1,11 @@ +--- src/wizardselectupdatespage.h.orig 2012-12-02 13:59:46.000000000 +0100 ++++ src/wizardselectupdatespage.h 2012-12-02 14:00:17.000000000 +0100 +@@ -58,7 +58,7 @@ + GetChecked( + std::vector<CComponentInfo*>& vecChecked); + +- void WizardSelectUpdatesPage::GetMajorUpdateComponent( std::vector<CComponentInfo*>& vecToUpdate ); ++ void GetMajorUpdateComponent( std::vector<CComponentInfo*>& vecToUpdate ); + + public slots: + |