gcc4.1 fixes for 10 plugins

Message ID 200607091424.01649.zzam@gentoo.org
State New
Headers

Commit Message

Matthias Schwarzott July 9, 2006, 12:23 p.m. UTC
  Hi there!

These are all trivial patches to fix plugins to compile with gcc4.1.

All adress the error "extra qualification 'xyz::' on member 'abc'"

Matthias
  

Patch

Nur in sysinfo-0.1.0a: libvdr-sysinfo.so.
Nur in sysinfo-0.1.0a: libvdr-sysinfo.so.1.4.1.
Nur in sysinfo-0.1.0a: sysinfo.o.
diff -ru sysinfo-0.1.0a-orig/sysinfoosd.h sysinfo-0.1.0a/sysinfoosd.h
--- sysinfo-0.1.0a-orig/sysinfoosd.h	2006-07-08 21:25:20.317015369 +0200
+++ sysinfo-0.1.0a/sysinfoosd.h	2006-07-08 21:25:36.534592954 +0200
@@ -40,8 +40,8 @@ 
 	
 	void SendPalette(void);
 	void SetColor(int Index, int Red, int Green, int Blue, int Alpha);
-	void cSysInfoOsd::PleaseWait();
-	void cSysInfoOsd::ShowData();
+	void PleaseWait();
+	void ShowData();
 	
 	void DrawMenu();
 	void DisplayBitmap(); 
Nur in sysinfo-0.1.0a: sysinfoosd.o.