SOURCES (DEVEL): ClanLib-gcc4.patch (NEW) - C++ fixes

qboosh qboosh at pld-linux.org
Fri Jan 27 07:10:37 CET 2006


Author: qboosh                       Date: Fri Jan 27 06:10:37 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- C++ fixes

---- Files affected:
SOURCES:
   ClanLib-gcc4.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ClanLib-gcc4.patch
diff -u /dev/null SOURCES/ClanLib-gcc4.patch:1.1.2.1
--- /dev/null	Fri Jan 27 07:10:37 2006
+++ SOURCES/ClanLib-gcc4.patch	Fri Jan 27 07:10:32 2006
@@ -0,0 +1,22 @@
+--- ClanLib-0.8.0-RC1/Sources/GUI/inputdialog_generic.h.orig	2005-02-27 18:17:28.000000000 +0100
++++ ClanLib-0.8.0-RC1/Sources/GUI/inputdialog_generic.h	2006-01-25 22:43:43.927702750 +0100
+@@ -57,7 +57,7 @@
+ 		const std::string &button2,
+ 		const std::string &button3);
+ 
+-	CL_InputDialog_Generic::~CL_InputDialog_Generic();
++	~CL_InputDialog_Generic();
+ 
+ 	CL_InputDialog *inputdialog;
+ 
+--- ClanLib-0.8.0-RC1/Sources/GUI/messagebox_generic.h.orig	2005-02-27 18:17:28.000000000 +0100
++++ ClanLib-0.8.0-RC1/Sources/GUI/messagebox_generic.h	2006-01-25 22:52:02.790879750 +0100
+@@ -51,7 +51,7 @@
+ 		const std::string &button2,
+ 		const std::string &button3);
+ 
+-	CL_MessageBox_Generic::~CL_MessageBox_Generic();
++	~CL_MessageBox_Generic();
+ 
+ 	std::string text;
+ 
================================================================


More information about the pld-cvs-commit mailing list