Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 53cb9583af5db1223b23118d9cbd9335 > files > 7

lastfm-player-1.5.4.27091-3.mga1.src.rpm

Fix compilation with gcc >= 4.1
--- a/src/updatewizard.h
+++ b/src/updatewizard.h
@@ -50,7 +50,7 @@
         CAutoUpdater& updater,
         QWidget*      parent = NULL);
 
-    UpdateWizard::UpdateWizard( CComponentInfo* );
+    UpdateWizard( CComponentInfo* );
 
     bool shouldShow() const{ return m_showWizard; }
 
--- a/src/wizardselectupdatespage.h
+++ b/src/wizardselectupdatespage.h
@@ -58,7 +58,7 @@
     GetChecked(
         std::vector<CComponentInfo*>& vecChecked);
     
-    void WizardSelectUpdatesPage::GetMajorUpdateComponent( std::vector<CComponentInfo*>& vecToUpdate );
+    void GetMajorUpdateComponent( std::vector<CComponentInfo*>& vecToUpdate );
 
 public slots: