Commit 7445e0ac1ec1e3856b24411c1b356a5b2d64aaae

Authored by m-holger
1 parent 43004e33

Fix QPDF::setSuppressWarnings

Showing 1 changed file with 1 additions and 1 deletions
libqpdf/QPDF.cc
... ... @@ -334,7 +334,7 @@ QPDF::setSuppressWarnings(bool val)
334 334 void
335 335 QPDF::setMaxWarnings(int val)
336 336 {
337   - m->suppress_warnings = val;
  337 + m->max_warnings = val;
338 338 }
339 339  
340 340 void
... ...