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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx
index 6f6e64c83f6a..2890d5dcffb1 100644
--- a/vcl/inc/unx/cupsmgr.hxx
+++ b/vcl/inc/unx/cupsmgr.hxx
@@ -74,7 +74,7 @@ public:
/// wraps cupsGetPPD, so unlink after use !
const PPDParser* createCUPSParser( const OUString& rPrinter );
- const char* authenticateUser( const char* );
+ const char* authenticateUser();
virtual FILE* startSpool( const OUString& rPrinterName, bool bQuickCommand ) override;
virtual bool endSpool( const OUString& rPrinterName, const OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData, bool bBanner, const OUString& rFaxNumber ) override;