forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
388 B
C++
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;
|