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, 3 insertions, 1 deletions
diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx
index 36d837d558b7..096efdea6e77 100644
--- a/vcl/inc/unx/cupsmgr.hxx
+++ b/vcl/inc/unx/cupsmgr.hxx
@@ -24,6 +24,8 @@
#include <osl/thread.h>
#include <osl/mutex.hxx>
+class cups_dest_s;
+
namespace psp
{
@@ -39,7 +41,7 @@ class CUPSManager final : public PrinterInfoManager
{
std::unordered_map< FILE*, OString, FPtrHash > m_aSpoolFiles;
int m_nDests;
- void* m_pDests;
+ cups_dest_s* m_pDests;
bool m_bNewDests;
std::unordered_map< OUString, int > m_aCUPSDestMap;