Commit 632ae6c
Update OutputDev virtual method signatures
For poppler 26.04.0.
In poppler commit 05cff0459bbec6365aed65448b1a297dfbb98340
("Object: use std::variant over union"), the OutputDev virtual methods
beginString, drawString, and beginActualText were changed to accept
const std::string & instead of const GooString *.
Update the overrides in DumpAsTextDev to match the new signatures so
that they correctly override the base class methods.
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 509b1b8 commit 632ae6c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments