aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Function.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_Function.hh')
-rw-r--r--include/qpdf/Pl_Function.hh9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/qpdf/Pl_Function.hh b/include/qpdf/Pl_Function.hh
index 7df164d1..e31d497d 100644
--- a/include/qpdf/Pl_Function.hh
+++ b/include/qpdf/Pl_Function.hh
@@ -54,15 +54,10 @@ class QPDF_DLL_CLASS Pl_Function: public Pipeline
// is thrown.
typedef int (*writer_c_t)(unsigned char const*, size_t, void*);
QPDF_DLL
- Pl_Function(
- char const* identifier, Pipeline* next, writer_c_t fn, void* udata);
+ Pl_Function(char const* identifier, Pipeline* next, writer_c_t fn, void* udata);
typedef int (*writer_c_char_t)(char const*, size_t, void*);
QPDF_DLL
- Pl_Function(
- char const* identifier,
- Pipeline* next,
- writer_c_char_t fn,
- void* udata);
+ Pl_Function(char const* identifier, Pipeline* next, writer_c_char_t fn, void* udata);
QPDF_DLL
virtual ~Pl_Function();