Codebase list splix / debian/2.0.0-3 debian / patches / gcc-4.5_fix.patch
debian/2.0.0-3

Tree @debian/2.0.0-3 (Download .tar.gz)

gcc-4.5_fix.patch @debian/2.0.0-3

ecc4320
 
 
 
 
 
 
 
 
 
 
 
 
Index: splix-2.0.0/src/ppdfile.cpp
===================================================================
--- splix-2.0.0.orig/src/ppdfile.cpp	2011-03-11 21:05:57.215934000 +0100
+++ splix-2.0.0/src/ppdfile.cpp	2011-03-11 21:06:03.067934000 +0100
@@ -282,7 +282,7 @@
  * Opérateur d'assignation
  * Assignment operator
  */
-void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
+void PPDFile::Value::operator = (const PPDFile::Value &val)
 {
     if (_preformatted)
         delete[] _preformatted;