GtkSalPrinter_Impl must be complete for the definition of ~GtkSalPrinter
Change-Id: Ieafd639e6665025e17f6a2eb3bd5a05167de07ea
This commit is contained in:
parent
e970911e29
commit
887c89435e
2 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -164,6 +164,8 @@ GtkSalPrinter::GtkSalPrinter(SalInfoPrinter* const i_pInfoPrinter)
|
|||
{
|
||||
}
|
||||
|
||||
GtkSalPrinter::~GtkSalPrinter() = default;
|
||||
|
||||
bool
|
||||
GtkSalPrinter::impl_doJob(
|
||||
const OUString* const i_pFileName,
|
||||
|
|
Loading…
Reference in a new issue