summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkprn.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-21 17:10:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 17:10:34 +0100
commit887c89435e6088bdb7154e70b240d6ecdf1d61a6 (patch)
tree7184e868fa2afd6f44eac258431800fb3e6d52c9 /vcl/inc/unx/gtk/gtkprn.hxx
parente970911e296cd81acf9ecaf666c5265dd46a5ddf (diff)
GtkSalPrinter_Impl must be complete for the definition of ~GtkSalPrinter
Change-Id: Ieafd639e6665025e17f6a2eb3bd5a05167de07ea
Diffstat (limited to 'vcl/inc/unx/gtk/gtkprn.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkprn.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx
index 63158a9af1e9..5ef0563592e1 100644
--- a/vcl/inc/unx/gtk/gtkprn.hxx
+++ b/vcl/inc/unx/gtk/gtkprn.hxx
@@ -21,6 +21,8 @@ class GtkSalPrinter : public PspSalPrinter
public:
GtkSalPrinter(SalInfoPrinter* i_pInfoPrinter);
+ ~GtkSalPrinter() override;
+
using PspSalPrinter::StartJob;
virtual bool StartJob(
const OUString* i_pFileName, const OUString& i_rJobName,