GtkSalPrinter_Impl must be complete for the definition of ~GtkSalPrinter

Change-Id: Ieafd639e6665025e17f6a2eb3bd5a05167de07ea
This commit is contained in:
Stephan Bergmann 2017-02-21 17:10:34 +01:00
parent e970911e29
commit 887c89435e
2 changed files with 4 additions and 0 deletions

View file

@ -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,

View file

@ -164,6 +164,8 @@ GtkSalPrinter::GtkSalPrinter(SalInfoPrinter* const i_pInfoPrinter)
{
}
GtkSalPrinter::~GtkSalPrinter() = default;
bool
GtkSalPrinter::impl_doJob(
const OUString* const i_pFileName,