aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_Function.cc
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-05-21 15:42:34 +0200
committerm-holger <m-holger@kubitscheck.org>2023-05-21 15:42:34 +0200
commit85d784952f8a7c4d8c9e614663ebc5b1eb747384 (patch)
treeb2954d6afa41dc1b4d776084bc31222523865665 /libqpdf/Pl_Function.cc
parent2028e35928ee8725128f52cae999ac6829dee2fc (diff)
downloadqpdf-85d784952f8a7c4d8c9e614663ebc5b1eb747384.tar.zst
Globally replace 'this->m->' with 'm->'
Using search and replace.
Diffstat (limited to 'libqpdf/Pl_Function.cc')
-rw-r--r--libqpdf/Pl_Function.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/Pl_Function.cc b/libqpdf/Pl_Function.cc
index 26551ac8..a18f3ef2 100644
--- a/libqpdf/Pl_Function.cc
+++ b/libqpdf/Pl_Function.cc
@@ -52,7 +52,7 @@ Pl_Function::~Pl_Function()
void
Pl_Function::write(unsigned char const* buf, size_t len)
{
- this->m->fn(buf, len);
+ m->fn(buf, len);
if (getNext(true)) {
getNext()->write(buf, len);
}