diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-21 17:10:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-21 17:10:34 +0100 |
commit | 887c89435e6088bdb7154e70b240d6ecdf1d61a6 (patch) | |
tree | 7184e868fa2afd6f44eac258431800fb3e6d52c9 /vcl/unx | |
parent | e970911e296cd81acf9ecaf666c5265dd46a5ddf (diff) |
GtkSalPrinter_Impl must be complete for the definition of ~GtkSalPrinter
Change-Id: Ieafd639e6665025e17f6a2eb3bd5a05167de07ea
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/salprn-gtk.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx index 896640d22891..3563e1aba2b3 100644 --- a/vcl/unx/gtk/salprn-gtk.cxx +++ b/vcl/unx/gtk/salprn-gtk.cxx @@ -164,6 +164,8 @@ GtkSalPrinter::GtkSalPrinter(SalInfoPrinter* const i_pInfoPrinter) { } +GtkSalPrinter::~GtkSalPrinter() = default; + bool GtkSalPrinter::impl_doJob( const OUString* const i_pFileName, |