]> git.pld-linux.org Git - packages/cups-driver-splix.git/blob - gcc45.patch
- rel 8; include samsung color profiles
[packages/cups-driver-splix.git] / gcc45.patch
1 --- splix-2.0.0-orig/src/ppdfile.cpp    2010-05-28 07:13:42.152301039 +0200
2 +++ splix-2.0.0/src/ppdfile.cpp 2010-05-28 07:14:24.492308202 +0200
3 @@ -282,7 +282,7 @@
4   * OpĂ©rateur d'assignation
5   * Assignment operator
6   */
7 -void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
8 +void PPDFile::Value::operator = (const PPDFile::Value &val)
9  {
10      if (_preformatted)
11          delete[] _preformatted;
This page took 0.021688 seconds and 3 git commands to generate.