summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/cupsmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/cupsmgr.hxx')
-rw-r--r--vcl/inc/unx/cupsmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx
index 8a7025dd78e3..3d71f5085487 100644
--- a/vcl/inc/unx/cupsmgr.hxx
+++ b/vcl/inc/unx/cupsmgr.hxx
@@ -63,11 +63,11 @@ class CUPSManager : public PrinterInfoManager
CUPSManager();
virtual ~CUPSManager() override;
- virtual void initialize() override;
-
static void getOptionsFromDocumentSetup( const JobData& rJob, bool bBanner, int& rNumOptions, void** rOptions );
void runDests();
OString threadedCupsGetPPD(const char* pPrinter);
+
+ virtual void initialize() override;
public:
static void runDestThread(void* pMgr);