From 639d9376685c5393bf3c69a414bb96e2ff1408a2 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 24 Jun 2019 09:24:59 +0200 Subject: Fix build: unused argument Change-Id: Id79d9c093da21b9f68bb38a51ac5f142a69364ed --- include/LibreOfficeKit/LibreOfficeKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/LibreOfficeKit') diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx index ca0287a6b584..f38d2b5109f6 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.hxx +++ b/include/LibreOfficeKit/LibreOfficeKit.hxx @@ -356,7 +356,7 @@ public: * * @return an element of the LibreOfficeKitSelectionType enum. */ - int getSelectionType(LibreOfficeKitDocument* pThis) + int getSelectionType(LibreOfficeKitDocument* /*pThis*/) { return mpDoc->pClass->getSelectionType(mpDoc); } -- cgit