mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
13541a38ca
Tested by: Rainer Hurling <rhurlin@gwdg.de>, ajtiM <lumiwa@gmail.com>
12 lines
442 B
C++
12 lines
442 B
C++
--- 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:
|
|
|