opnsense-ports/print/splix/files/patch-src_ppdfile.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
388 B
C++

--- src/ppdfile.cpp.orig 2009-02-06 11:49:10.000000000 +0000
+++ src/ppdfile.cpp
@@ -282,7 +282,7 @@ bool PPDFile::Value::operator != (const
* 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;