From c394363c84064c041391627602665ea1fa74db60 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 30 Jul 2017 12:15:18 +0200 Subject: loplugin:constparams in basctl Change-Id: If6c2b980a2916c4ee8ac108fbb84b006a35f49c5 Reviewed-on: https://gerrit.libreoffice.org/40570 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basctl/inc/iderdll.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/inc/iderdll.hxx') diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx index 83f92f839a3a..0087c915053c 100644 --- a/basctl/inc/iderdll.hxx +++ b/basctl/inc/iderdll.hxx @@ -30,7 +30,7 @@ void EnsureIde (); void ShellCreated (Shell* pShell); Shell* GetShell(); -void ShellDestroyed (Shell* pShell); +void ShellDestroyed (Shell const * pShell); ExtraData* GetExtraData(); -- cgit