diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
commit | 13541a38cad825ec7932b2044ced4995ca298d8f (patch) | |
tree | 802438cb64e9afcf8ab907cb2adb3512d2fbf786 /audio/last.fm/files/patch-src-wizardselectupdatespage.h | |
parent | Extend the options framework providing 2 new macros: (diff) |
Update to 1.5.4.26862
Tested by: Rainer Hurling <rhurlin@gwdg.de>,
ajtiM <lumiwa@gmail.com>
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: + |